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

https://github.com/angelfire/docker-full-app

Dockerized Node.js, Express.js and PostgreSQL - React and TailwindCSS
https://github.com/angelfire/docker-full-app

Last synced: 2 months ago
JSON representation

Dockerized Node.js, Express.js and PostgreSQL - React and TailwindCSS

Awesome Lists containing this project

README

          

# FullStack App

## Stack

### Backend

- Docker
- Node.js
- Express.js
- JWT
- PostgreSQL

### Frontend

- Vite
- React
- TypeScript
- TailwindCSS
- Radix UI (for some components)

### TODO

- [ ] Testing (backend and frontend)
- [ ] Handling errors in React forms
- [ ] TS with Zod for the backend
- [ ] Zod for the frontend to validate forms

### images
![register](https://github.com/Angelfire/docker-full-app/assets/315504/3b8c714d-e3a6-4cf2-88ce-70f9bfe4c477)
![login](https://github.com/Angelfire/docker-full-app/assets/315504/1cb39d3d-8c69-4146-b0d4-aa9dd075f26b)
![empythome](https://github.com/Angelfire/docker-full-app/assets/315504/247611c3-717e-4f5f-bec9-33fb680ded9f)
![homeposts](https://github.com/Angelfire/docker-full-app/assets/315504/c66c493c-7d3b-4842-839f-245bea780c29)
![createposts](https://github.com/Angelfire/docker-full-app/assets/315504/19090b00-6f62-4ef9-a5c2-1f8dcdac347d)