Small app for generating buckets and storing requests
- Align configs.js and environment with Mongo info
npm install
npm 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
mongoUrl
anddbName
into theconfigs.js
Execute
npm run publish
to publish to NOW
Protip: If you don't have Mongo, make sure to setup/install that first
- After install, do
$ mongo
to kick off the Mongo shell and on prompt, type$ use neverland
- Do
$ mongod
to start the db