Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 373 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 373 Bytes

How to setup

create venv and install packages:

$ python3.9 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

build:

$ docker-compose build

run:

$ docker-compose up

tests:

$ docker-compose run backend pytest

Brief desc

stack:

  • starlette (backend)
  • Kivy (mobile app)

DB:

  • postgres