Skip to content

RestAPi quotes project for create, update, delete quotes using spring security and jwt.

License

Notifications You must be signed in to change notification settings

jetroot/quotes-restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

RestAPi quotes project for create, update, delete quotes using spring security and jwt.

Project Features

  1. Create, Read, Update User
  2. Block users, list all users (must have role admin)
  3. Like & Dislike a quote
  4. Create, Update, Delete, list all comments
  5. Make a quote favorite
  6. Simple Uml Diagrams (Class Diagram, Use Case)

Mock Testing - Http Method Testing

  1. Create User - Post Method - (/users/createUser)

How to install

  1. Enter docker folder
cd docker
  1. Start mysql db
docker compose -f mysql.yml up
  1. Execute sql commands in data.sql that are in src/main/resources folder.
  2. Start application
  3. Try with Postman

About

RestAPi quotes project for create, update, delete quotes using spring security and jwt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages