- FastAPI (Python 3.10)
- Tortoise for ORM
- Poetry package manager
- Aerich for migrations
- Pytest for backend tests
- Next for frontend
- Prettier/ESLint (Java Script)
- Black (Python)
docker-compose up
Check swagger documentation on http://localhost:8000/api/v1/docs
docker-compose up -d postgres_test_db
pytest