It is a rest api that provides crud and basic authentication with interceptors.
| Spring Boot | Web Framework |
| PostgreSQL | Database |
| JPA Hibernate | ORM |
| Maven | Package Manager |
- CRUD operations for category
- Basic Authentication
- Up to n paroducts definitions can be made for one category.
1- Clone the repository with the command
git clone https://github.com/zeynepyldrm/SpringBoot-PostgreSQL2- Run containers with makefile these command
make run2- Get build in dockerfile and go into the file and run these commands
docker-compose build ./
docker-compose -f docker-compose.yml up -d