Skip to content

wearepush/learn-redux-task4-backend

Repository files navigation

node-express-mongoose-starter

A Boilerplate application for building REST APIs using node, express and mongoose

Notes

Install dependencies

npm i

To setup the project

  • Create environment files according to environment like .env.development by copying the .env.example file and add respective values. Create one for each environment.

To run the project in development

npm run dev

Tests:

For Test cases
npm run test
For Linting files
npm run lint
For Code Coverage
npm run test:coverage

Mongo

brew services start mongodb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published