All checks were successful
continuous-integration/drone/push Build is passing
635 B
635 B
Backend
Installation
$ poetry install
Requires poetry
Running (dev)
-
Make sure the database is running
$ pushd db $ docker-compose up -d $ popd
-
Start the application
$ poetry run hypercorn backend:app --reload
-
Now you can go to
- localhost:8000 for the application
- localhost:8081 for mongo express