Note: This project based on the project https://github.com/fastapi/full-stack-fastapi-template, but use MySQL instead PostgreSQL
- In
backendfolder, run command
make start-infra- In
backendfolder, setup.venvusinguv - run alembic for creating migration file by using command
make migration-generate initialize_models- Apply the migration and seed for initial user
make migrate-up && make db-seed- Start fastapi application
fastapi dev app/main.py- In
frontendfolder, install dependencies
npm install- Run frontend app
npm run dev- ⚡ FastAPI for the Python backend API.
- 🚀 React for the frontend.
- 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
- 🎨 Chakra UI for the frontend components.
- 🤖 An automatically generated frontend client.
- 🧪 Playwright for End-to-End testing.
- 🦇 Dark mode support.
- 🐋 Docker Compose for development and production.
- 🔒 Secure password hashing by default.
- 🔑 JWT (JSON Web Token) authentication.
- 📫 Email based password recovery.
- ✅ Tests with Pytest.
- 📞 Traefik as a reverse proxy / load balancer.
- 🚢 Deployment instructions using Docker Compose, including how to set up a frontend Traefik proxy to handle automatic HTTPS certificates.
- 🏭 CI (continuous integration) and CD (continuous deployment) based on GitHub Actions.
The Full Stack FastAPI Template is licensed under the terms of the MIT license.






