Kai Vogelgesang 8e328d7634
All checks were successful
continuous-integration/drone/push Build is passing
Add CI
2022-10-04 15:54:59 +02:00
2022-10-04 12:04:57 +02:00
2022-10-04 15:54:59 +02:00
2022-10-04 13:36:35 +02:00
2022-10-04 12:04:57 +02:00
2022-10-04 12:04:57 +02:00
2022-10-04 12:55:58 +02:00
2022-10-04 12:55:58 +02:00
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

Description
No description provided
Readme 336 KiB
Languages
Python 98%
Dockerfile 2%