Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 428 Bytes

SuperGroupAssessment

The proect files are structed as follows

#Step 1 Create a database 'sg' and import sg.sql into it.

#Step 2 Open IDE and import the maven project

#Step 3 Run the Spring Boot application, it will listen on port 9000.

#Step 4 Open Terminal and navigate to /front/web, Type in ng build, then ng serve

#Step 5 Access the frontend on http://localhost:4200