Skip to content

BackEnd of App containing Three Microservices - user, product & order made using Spring Tool Suite 4 and used through Postman.

Notifications You must be signed in to change notification settings

sandeepkramesan/Buy-Sell-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buying And Selling App

The App allows registered members to post/sell & to buy products.

The App establishes security through Authentication and Authorisation using >JWT.


Steps to Follow

  1. Register member
    • user/ using browser
    • user/register using Postman App
  2. Once the Member is Created, Go to Postman App.
  3. Go to url localhost:user-service-port/login and give your username and password in JSON.
  4. You'll get the Authentication Token if given correct credentials else 403 Forbidden Error.
  5. When you get the Token, use that Token in the Header Authorisation under Bearer Token Option.
  6. You can only get into links that you are permitted.
    • for info on link permissions , go to Security Configuration Class in finalproject / user-service / src / main / java / com / project / config /.

Tools Used

  • Spring Tool Suite 4
  • Postman

About

BackEnd of App containing Three Microservices - user, product & order made using Spring Tool Suite 4 and used through Postman.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published