Small app for generating buckets and storing requests
- Align configs.js and environment with Mongo info
npm installnpm start- Navigate to
localhost:<PORT_USED>/api-docs
$ docker-compose -f deploy/compose/docker-compose.yaml up --build
- Visit https://mlab.com/home
- Click 'Create New'
- You can choose whatever free plan you like, (typically AWS)
- Create a db user in mlab (typically system:system1)
- Finally, copy the
mongoUrlanddbNameinto theconfigs.js
Execute
npm run publishto publish to NOW
Protip: If you don't have Mongo, make sure to setup/install that first
- After install, do
$ mongoto kick off the Mongo shell and on prompt, type$ use neverland- Do
$ mongodto start the db
