Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 596 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 596 Bytes

This project represents admin panel for e-commerce website (see "Prodavnica-OIE-Angular" repository).
Front-end is done in Angular version 11.2.14., back-end as Java Spring RESTFul services (located in src/assets folder) and MySQL is used for database.

To use you need firstly to start all REST services and then front-end application. Ports that will be occupied are as follows:
 • 3306 - For SQL database
 • 51680 - For Front-end angular
 • 51681 - For Account REST Service
 • 51682 - For Product REST Service
 • 51683 - For Order REST Service