This is the main page of the Todo APP.
Created with ❤️ by Niarde.xyz
This is not a real app, it is a demo for a portfolio.
Stack used:
This project initializes you quickly with FastAPI + Next.js and Better Auth for authentication.
python -m venv venv || pip install -r requirements.txt
uvicorn app:app --reload --port 8080 # Can change to port 8000
npm i
to install all dependenciesbun dev
or npm run dev
to start frontend development server.env.local (Frontend):
BASE_URL=http://localhost:8080 DATABASE_URL=postgresql://... BETTER_AUTH_SECRET=... BETTER_AUTH_URL=http://localhost:3000
.env (Backend):
DATABASE_URL=postgresql://... BETTER_AUTH_SECRET=...