Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Releases: mohammadne/bookman

add library service

12 Sep 07:25
Compare
Choose a tag to compare

add library service to bookman

features in this release:

  • get book by id : books/:id

  • get author by id : authors/:id

add user service

29 Aug 05:47
Compare
Choose a tag to compare
add user service Pre-release
Pre-release

add user service to bookman

features in this release:

  • get user by id : users/:id

  • get your user : users/me

add authentication service

28 Aug 11:14
Compare
Choose a tag to compare
Pre-release

add authentication service into bookman
it brings authentication features like:

  1. sign up
  2. login
  3. sign out
  4. refresh token