0.0.3 • Published 3 years ago
botwerk-dbapi v0.0.3
Create an account @ cloud.mongodb.com
follow instructions and get a username and a password
Make sure the following env variables are set in a file called .env.mongodb
export MONGO_USER=...
export MONGO_PASS=...
export MONGO_DB=ThisCanBeAnythinguse make test-watch to run tests in watch mode
use make run to run the app on localhost:4000