You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a REST application built with Spring Boot 2 and Angular 7
Requirements to run it locally:
Maven >= 3.x
Java >= 8
MySql server with created database shop, scripts are available:
shop\backend\ShopSql.sql
shop\backend\Shop_values.sql,
after that update a file shop\backend\src\main\resources\application.properties
with new username and password
How to run:
git clone
cd shop
mvn clean install
cd backend
mvn spring-boot:run (app runs on port 8081 by default)