Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 464 Bytes

README.adoc

File metadata and controls

24 lines (17 loc) · 464 Bytes

Monolithic to Microservice Conversion Tool

How to Build and Start Project

cd to Project Directory

Build and Start Java Spring Backend

mvn clean install
cd backend
mvn spring-boot:run

Backend will be start and run on http://localhost:8080

Build and Start Angular Frontend `bash cd frontend/src/main/frontend/ npm start `

Frontend will be start and run on http://localhost:4200