All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
backend | ||
db | ||
.drone.yml | ||
.env | ||
.gitignore | ||
Dockerfile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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