It is a todo app with the backend built entirely in Postgres! Yes, no Express or any fancy backend library.
Postgres handles all the backend needs like authentication(tokens), password hashing, CRUD operations, JSON responses and more...
The client side is built with Next 15 and utilizes features like server actions, API routes, async server components and more...
Docker and Node(npm)
npm i
Install dependenciesdocker-compose up -d
Start docker (automatically runs migrations)npm run dev
Start dev server- Visit http://localhost:3000 in your browser