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
- Host: GitHub
- URL: https://github.com/nasso/todo-react-express-postgres
- Owner: nasso
- License: mit
- Created: 2023-03-13T01:43:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T01:11:45.000Z (about 3 years ago)
- Last Synced: 2025-03-02T13:14:49.825Z (over 1 year ago)
- Topics: express, jest, nodejs, postgresql, prisma, react, react-query, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/