A real-world style API for managing tasks with role-based access.
- User Registration & Login (JWT auth coming soon)
- Role-based Access (Admin / User)
- CRUD operations for Tasks
- Assign tasks to users
- SQLite Database
- Python
- FastAPI
- SQLAlchemy
- Pydantic
pip install -r requirements.txt
uvicorn main:app --reload