DESIGN Repo: https://github.com/creativetimofficial/material-kit
Product Roadmap
Status | Item | info |
---|---|---|
✅ | Up-to-date Dependencies | - |
✅ | Material Kit | (Free Version) by Creative-Tim |
✅ | UI Kit | Bootstrap 5 , Dark-Mode (persistent) |
❌ | Persistence | SQLite , MySql |
✅ | Basic Authentication | classic user/password |
❌ | API | Products & Sales (linked tables) |
GET Requests (public), get/ , get/id |
||
Mutating requests (Create, UPD, DEL) (reserved for authenticated users) | ||
✅ | Docker | Simple Setup (local usage) |
✅ | OAuth | Github OAuth Provider |
❌ | Unitary tests | minimal suite |
FastAPI Material Kit - Open-source Starter provided by AppSeed
- create a virtual environment with
python -m venv venv
- activate the virtual environment, likely
source venv/Scripts/active
- install the requirements
pip install -r requirements
- uvicorn src.app:app