Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ore-codes/todosql
It is a todo app with the backend built entirely in Postgres! 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...
https://github.com/ore-codes/todosql
Last synced: about 2 months ago
JSON representation
It is a todo app with the backend built entirely in Postgres! 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...
- Host: GitHub
- URL: https://github.com/ore-codes/todosql
- Owner: ore-codes
- Created: 2024-11-17T23:31:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:16:24.000Z (about 2 months ago)
- Last Synced: 2024-11-18T21:20:49.650Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://localhost:3000) in your browser