Install:
- install dependencies - pip install -r requirements.txt
- run migrations - alembic upgrade head
- run server - uvicorn main:app --reload
- cd ui/ && npm i
- npm run serve
open browser http://localhost:8080/tasks
Install:
open browser http://localhost:8080/tasks