AnnyaB/Yours-Truly
0
My Hugging Face Space โ Node.js API
This Space runs a Node.js backend API inside a Docker container.
๐ How to Run Locally
# Clone repo
git clone <your-repo-url>
cd <your-repo>
# Install dependencies
npm install
# Run the server
npm start
