Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 882 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 882 Bytes

OnlineStore-RESTapi

This is a rest-api which contain several funtionality such as: User authorization & authentication, manage employee & order, ...
This project need MSSQL Server version 2019,JRM version 11 and Apache Maven to run which can download in the following link:

How to run project

Run the following command in project folder

mvn pring-boot:run

After project is running access the following link: http://localhost:6001/swagger-ui.html to access swagger for better experience when testing this project You can configure port you want in application.properties file and checnge the following link with the new port