APIs for http://sa-kuva.fi/ modernisation project.
- Install python 3.11+, poetry, docker and docker-compose
- Copy
app/.env.template
toapp/.env
and make any changes you may need - Install dependencies with
poetry install
- Start services with
docker-compose up -d
- Run
app/main.py
or runuvicorn app.main:app --reload
in terminal