Go to file
2022-10-04 13:36:35 +02:00
backend Implement admin methods 2022-10-04 13:36:35 +02:00
db Init 2022-10-04 12:04:57 +02:00
.env Implement admin methods 2022-10-04 13:36:35 +02:00
.gitignore Init 2022-10-04 12:04:57 +02:00
Dockerfile Init 2022-10-04 12:04:57 +02:00
poetry.lock Implement db connection 2022-10-04 12:55:58 +02:00
pyproject.toml Implement db connection 2022-10-04 12:55:58 +02:00
README.md Init 2022-10-04 12:04:57 +02:00

Backend

Installation

$ poetry install

Requires poetry

Running (dev)

  1. Make sure the database is running

    $ pushd db
    $ docker-compose up -d
    $ popd
    
  2. Start the application

    $ poetry run hypercorn backend:app --reload
    
  3. Now you can go to