1.0.0 • Published 8 months ago

nodejs-backend-setup v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Folder structure setup for building Rest APIs in Node.js, Express.js and Mongo Database

Steps for setting up templete for Rest API project

  1. install packages
  • run: npm install
  1. Configure environment variables
  • create copy .env-example in application folder.
  • rename it to .env
  • fill all environment variables according to your environment
  1. start application
  • run: npm start (production) or
  • run: npm run server (development)