Software Project Using Spring Boot
- Maven project includes some web services implemented in java
- the docker file allows running this project even if java wasn’t installed -to start using our program you just type the URL and insert the required parameters as follow :
1-/register -->
-userName
-password
-email
2-/registerStoreOwner -->
-userName
-password
-email
3-/login -->
-userName or email
-password
4-/registerAdmin -->
Hint : for first time to use this service you can login by : “Admin” As a username ,”password” As a password\
-userName
-password
-email
5-/list -->
Takes no Parameters \
the README text file attached with project have more details about each service and how to run it successfully ..\