Skip to content

It is a SpringBoot application which provide REST APIs to admin for posting, updating, deleting blog whereas users can read and comment on post.

Notifications You must be signed in to change notification settings

vivekraj21/X-BLOGGER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

X-Blogger

p1

Motto

  • It is a SpringBoot application which provide REST APIs to admin for posting, updating, deleting blog whereas users can read and comment on post.

Features :

  • Authorization is added for users using Spring Security.
  • Logged In Admin can post, update, delete blog.
  • Logged In User can view blogs and comment on blogs.

Responsibility :

  • Individual Project

Tech-Stack :

Java | SpringBoot | Spring Security | Lombok | PostMan | MySQL | Git | Swagger | Mapper

Entity Diagram

entity diagram

Deployment :

  • Copy the code and start it into your STS.

  • Then make change in application.properties file according to your mySQL username and password.

  • Then run the application as Spring Boot App.

  • Once it starts,you can test your APIs on postman or swagger.

  • To test on swagger : Browse "http://localhost:8080/swagger-ui/index.html#/"

swagger1

  • To get a clear understanding of complete flow of application . Please go through this attached short video.

About

It is a SpringBoot application which provide REST APIs to admin for posting, updating, deleting blog whereas users can read and comment on post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages