Skip to content

Simple boilerplate for building APIs using Express and Mongoose

License

Notifications You must be signed in to change notification settings

shyamprasadc/node-mongo-boilerplate

Repository files navigation

node-mongo-boilerplate

Steps to Run

Require Node.js V14+

create .env file on root of the folder with environment variable keys from .env.sample file
npm install

Start Development
npm run dev

Start Production
npm run start

get api collection by importing node-mongo-boilerplate.postman_collection.json from root of the folder