- User Login authentication
- User Admin authentication
- validation for the mobile number number
- validation for the current user and user identification
- validation for the current Admin and Admin identification
- RESTFUL API with CRUD operations
The following Diagram depicts the flow of our Entity Relation Diagram to simplify the work flow.
#changing the server port
server.port=8888
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:3306/ShoppingBazaar
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=Vinay@1313
#ORM s/w specific properties
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
http://localhost:8888/
http://localhost:8888/swagger-ui/#