- The full assessment instructions will be sent to your email.
- PASTE YOUR DEMO VIDEO LINK HERE
- PASTE A LINK TO YOUR PRODUCTION DEPLOYMENT HERE
- MAKE SURE TO FILL OUT .ENV.EXAMPLE
A clean monorepo structure for projects using Next.js (frontend) and FastAPI (backend).
git clone https://github.com/YOUR_USERNAME/fullstack-template.git
cd fullstack-templatecd frontend
npm install
npm run devcd backend
pip install -r requirements.txt
uvicorn app.main:app --reloadVisit:
- Frontend → http://localhost:3000
- Backend → http://localhost:8000