Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elibracha/quotes-management
This is an implementation for a rest CRUD api for quote managment
https://github.com/elibracha/quotes-management
Last synced: 9 days ago
JSON representation
This is an implementation for a rest CRUD api for quote managment
- Host: GitHub
- URL: https://github.com/elibracha/quotes-management
- Owner: elibracha
- Created: 2019-08-23T17:51:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T18:32:01.000Z (over 1 year ago)
- Last Synced: 2024-11-07T14:27:08.687Z (2 months ago)
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quotes-api
This is an implementation for a rest CRUD api for quote managment. The two main entities are Quote and Item with have a
many to many relationship. same item can be present in different quote and so on. the api expose 3 controllers
with 3 main endpoints:* /user - only avaliable to test easily token generation (instead of working against another auth server). create new user
in db.
* /authenticate - accept json with username and password and return a valid jwt.
* /quotes/** - all CRUD api endpoints.