An open API service indexing awesome lists of open source software.

https://github.com/nasso/todo-react-express-postgres

Full stack todo-list app using React, Tailwind, Express and Postgres
https://github.com/nasso/todo-react-express-postgres

express jest nodejs postgresql prisma react react-query tailwindcss typescript

Last synced: 3 months ago
JSON representation

Full stack todo-list app using React, Tailwind, Express and Postgres

Awesome Lists containing this project

README

          

# Todo: React + Express + Postgres

This is a demo project that shows how to build a simple full-stack todo list app
using React, Express, and Postgres.

## Tech stack

| Name | Role |
| -------------------------- | ------------------------------- |
| [Express] | Web application framework |
| [Postgres] | Database |
| [Prisma] | ORM |
| [React Query][react-query] | Client-side data fetching |
| [React] | UI framework |
| [Tailwind CSS][tailwind] | CSS framework |
| [TypeScript] | Client and server-side language |

[express]: https://expressjs.com/
[postgres]: https://www.postgresql.org/
[prisma]: https://www.prisma.io/
[react-query]: https://react-query-v3.tanstack.com/
[react]: https://reactjs.org/
[tailwind]: https://tailwindcss.com/
[typescript]: https://www.typescriptlang.org/