An open API service indexing awesome lists of open source software.

https://github.com/beyondtoday757/prodavnica-oie-angular-admin

Final exam project for Internet software architectures course. Spring REST application with Angular as front-end.
https://github.com/beyondtoday757/prodavnica-oie-angular-admin

admin-dashboard angular java-jpa java-spring java-spring-boot java-spring-mvc mysql-database restful-api

Last synced: about 1 month ago
JSON representation

Final exam project for Internet software architectures course. Spring REST application with Angular as front-end.

Awesome Lists containing this project

README

          

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