Skip to content

MrSurana/express-mongoose-boilerplate

Repository files navigation

Development

  1. Copy .env.example to .env and update configuration based on environment.

    $ cp .env.example .env
  2. Install package dependencies

    $ npm install
  3. (Project IDX) Start database

    $ docker compose up
  4. Start server

    $ npm start
  5. Run tests

    $ npm test

About

TODO Rest API boilerplate with express.js and mongoose

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors