CoolFace
Apppublic

AnnyaB/Yours-Truly

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

My Hugging Face Space โ€“ Node.js API

This Space runs a Node.js backend API inside a Docker container.

๐Ÿš€ How to Run Locally

bash
# Clone repo
git clone <your-repo-url>
cd <your-repo>

# Install dependencies
npm install

# Run the server
npm start