1.0.0 • Published 12 months ago
jay-node-backend v1.0.0
My Node Backend
Project Structure
Explain the structure here.
Setup
- Clone the repository.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Run tests:
npm test
Docker
- Build the Docker image:
docker build -t my-node-backend .
- Run the Docker container:
docker run -p 8000:8000 my-node-backend
1.0.0
12 months ago