YAPA stands for Yet Another Productivity App.
This repository is just an django-ninja API.
There are couple of options, choose one that suits you best.
Note
This one uses PostgreSQL and Redis
...
Virtual environment and project setup:
python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt
python manage.py migrate
Start development server:
python manage.py runserver