https://github.com/rohanhacker/libraryapi
A grails Api for community library system
https://github.com/rohanhacker/libraryapi
Last synced: over 1 year ago
JSON representation
A grails Api for community library system
- Host: GitHub
- URL: https://github.com/rohanhacker/libraryapi
- Owner: Rohanhacker
- Created: 2017-03-06T11:06:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T11:15:27.000Z (over 9 years ago)
- Last Synced: 2025-01-29T09:47:26.132Z (over 1 year ago)
- Language: Groovy
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
##To Start:
grails run-app
API for library Database WEb app, Client is in another repo.
list books -> GET: /Book
create books -> POST: /Book
list 1 book -> GET: /Book/:id
Get books in range -> GET: /Book?max=' '&offset=' '
Search book by name -> GET: /book/search?key='name'