Skip to content

A full-stack Todo app with a backend powered entirely by PostgreSQL—no Express, just pure SQL. Built with Next.js 15, leveraging server actions, API routes, and async server components.

Notifications You must be signed in to change notification settings

ore-codes/todosql

Repository files navigation

Todo App

Not just a todo app

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...

Prerequisites

Docker and Node(npm)

How to run

  1. npm i Install dependencies
  2. docker-compose up -d Start docker (automatically runs migrations)
  3. npm run dev Start dev server
  4. Visit http://localhost:3000 in your browser

About

A full-stack Todo app with a backend powered entirely by PostgreSQL—no Express, just pure SQL. Built with Next.js 15, leveraging server actions, API routes, and async server components.

Resources

Stars

Watchers

Forks