test

Note: The difference between exec and run is that, exec executes the command within the running container and run will spin up a new container to run that command. So if you want to run only the tests without docker-compose up, you may do so by running `docker-compose run -e MONGODB_URL=mongodb://mongo:27017/my_app_test node npm test`

Aug 3, 2021  -  Author  me

New database

Unfortunately after mlab was taken down from Heroku, the data wasn't to be found. So I've made a new connection on mongodb atlas. Hope this time it will stick around for long...

July 21, 2021  -  Author  Madhu  -  Tags   mongodb   db