Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 570 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 570 Bytes

Spring boot app with jwt authentication

Guides

The following guides illustrate how to use the app :

  • It uses SQLServer for database
  • Create the database in the SQLServer
  • Open and run the project in the development mood
  • it creates related tables in the database
  • insert records manually obtain by the EnumRole values on the role table in SQLServer
  • you can use swagger documentaion for REST APIs via http://localhost:8080/swagger-ui/index.html
  • enjoy from using this application with the client side react app (soleimani-react-app) hosted on my github.