0.0.3 • Published 2 years ago

botwerk-dbapi v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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=ThisCanBeAnything

use make test-watch to run tests in watch mode use make run to run the app on localhost:4000