1.0.0 • Published 12 months ago

jay-node-backend v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

My Node Backend

Project Structure

Explain the structure here.

Setup

  1. Clone the repository.
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Run tests: npm test

Docker

  1. Build the Docker image: docker build -t my-node-backend .
  2. Run the Docker container: docker run -p 8000:8000 my-node-backend