This is a Todo app built with Next.js and Fastify. It uses a SQLite database to store the tasks.
Frontend: todo-fullstack-frontend, Backend: todo-fullstack-backend
If you want to use this project, you need to follow these steps:
create a .env
file in the root directory.
Add the following content to the .env
file:
[NEXT_PUBLIC_WEB_URL=http://localhost:5050/]
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.