0512449140266b23aa3436f6c7661aa974ac9d11
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
Description
Languages
Python
98%
Dockerfile
2%