Live Demo: https://benevolent-cheesecake-bf7ad3.netlify.app/
This is a full-stack CRUD application where the frontend is built with React and the backend with Spring Boot,
containerized using Docker and deployed on Render. The frontend is deployed using Netlify.
- React
- JavaScript (ES6+)
- HTML/CSS
- Fetch API
- Java 21
- Spring Boot
- Spring Data JPA
- PostgreSQL
- Docker
- CORS Configuration
- Docker (for backend)
- Render (Docker deployment)
- Netlify (for frontend)
- Add, update, and delete items
- Display real-time item list from backend
- Containerized backend with Docker
- Seamless connection between frontend and backend
- 🌍Live deployments using Netlify & Render
📋 Item List | ✏️ Compete Page |
---|---|
![]() |
![]() |
/backend-demo-deploy
└── src
├── App.jsx
├── App.css/
└── Other Files ----/
└── public/
/frontend-demo-deploy
└── src
└── main/java/com.backen_demo_deploy
├── ItemController/
├── Item/
├── ItemRepository/
└── CorsConfig/
└── Dockerfile
└── application.properties
└── .env
🧩 Spring Boot | 🐳 Docker | 🚀 Render
⚛️ React | 🌐 Netlify
🐘 PostgreSQL | 💡 Neon
The backend is containerized using Docker and deployed on Render.
git clone [https://github.com/your-username/your-repo.git](https://github.com/AkshitShekhawat/Full-Stack-demo-deploy.git)