/nodemongoapi

Simple REST API built on NodeJS and MongoDB

Primary LanguageJavaScript

nodemongoapi

Simple REST API built on NodeJS and MongoDB

Running

Simple

$ npm install --production
$ npm start

Inside a Docker container

$ docker-compose up --build

Testing

After installing and running mongodb, first start the app

$ npm install --only=dev
$ npm run dev

and then run the tests:

$ npm run test