Setup

If there is not test.db file in root directory issue

touch test.db

How to start

docker-compose up --build backend

How to fetch data

curl "localhost:8000/plannings?limit=10&skip=10"  # pagination
curl "localhost:8000/plannings?sort=desc"  # sorting
curl "localhost:8000/plannings?sort=desc&filter_office_postal_code=73608"  # filtering