-
Responsible for creating the User module.
-
Responsible for creating the Comments Module.
-
Responsible for creating the Post Module.
-
Responsible for creating the Category Module.
-
Responsible for Exception Handling.
-
Responsible for Security Authentication.
- User Login authentication
- validation for the Username and Password.
- validation for the current user and user 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=8998
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:3306/my_blog
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
logging.level.org.springframework.security=DEBUG
#spring.security.user.name=vinay
#spring.security.user.password==vinay
#spring.security.user.roles==ADMIN
http://localhost:8998/
http://localhost:8888/swagger-ui/#