A simple backend Product Management system built with Spring Boot and PostgreSQL, fully containerized using Docker and orchestrated with Docker Compose.
This project demonstrates basic backend development along with Docker-based deployment.
- Create new products
- Update existing products
- Fetch product details by ID
- PostgreSQL database integration
- Dockerized Spring Boot application
- Docker Compose setup for app + database
- REST APIs tested using Postman
- Java
- Spring Boot
- PostgreSQL
- Docker
- Docker Compose
- Maven
- Postman