A modern full-stack template featuring a high-performance FastAPI backend and a Next.js 16 frontend.
Detailed documentation for each part of the stack can be found in their respective directories:
- Backend Documentation - API structure, Database (SQLAlchemy), Models, and Setup.
- Frontend Documentation - Next.js App Router, Components, Styling, and Integration.
To get up and running quickly:
-
Backend:
cd backend pip install -r requirements.txt python run.py --reload -
Frontend:
cd frontend npm install npm run dev
Check the detailed READMEs above for complete setup including environment variables and database migrations.