Skip to content

MateuszKalwaj/final-project-bootcamp-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

back-end-final-project-ecommerce

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