Go to file
Kai Vogelgesang 3bb77d29a5
All checks were successful
continuous-integration/drone/push Build is passing
Make allowed extra length configurable
2022-10-09 17:54:53 +02:00
backend Make allowed extra length configurable 2022-10-09 17:54:53 +02:00
db Downgrade Mongo, RESTify API 2022-10-05 02:13:14 +02:00
.drone.yml Add CI 2022-10-04 15:54:59 +02:00
.env Add CORS middleware 2022-10-07 23:20:49 +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 Add CI 2022-10-04 15:54:59 +02:00

Backend

Build Status

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