Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.46 KB

Blog-App

p1

Motto

  • It is a SpringBoot application which provide REST APIs to user for posting blog, view blog etc.

Features :

  • Authorization is added for users using Spring Security.
  • Logged In User can post blogs and view all blogs.

Responsibility :

  • Individual Project

Tech-Stack :

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

Deployment :

  • Copy the code and start it into your STS.

  • Then make change in application.properties file according to below image. p1

  • Then run the application as Spring Boot App.

  • Once it starts,we can open PostMan to test the application.

    1. To register user : p1
    1. To Login User : login
  • You will get JWT after login successfully.

    1. To Post blog : first provide blog details post
  • Then go to header and provide in key : Authorization and in Value : Bearer your_JWT and hit Send button.

  • You can also watch all previous posted blogs ,find blog by Id etc.