This repository has been archived by the owner on May 2, 2023. It is now read-only.
Releases: mohammadne/bookman
Releases · mohammadne/bookman
add library service
add library service to bookman
features in this release:
-
get book by id :
books/:id
-
get author by id :
authors/:id
add user service
add user service to bookman
features in this release:
-
get user by id :
users/:id
-
get your user :
users/me
add authentication service
add authentication service into bookman
it brings authentication features like:
- sign up
- login
- sign out
- refresh token