This is a final REST project using CRUD for bootcamp.
Functionalities: login and registration, buying and selling products
(creating new product, edition and deleting of existing product,
order, display order history).
Front-end is using Angular 7.
You may follow as below:
git clone https://github.com/MateuszKalwaj/back-end-final-project-ecommerce.git
cd docker sudo docker-compose up -d
cd ..
mvn clean install
cd target
sudo docker-compose up -d