Manage library members and borrowing of books by the members.
·
Report Bug
·
Request Feature
Table of Contents
- Register/Login
- Act based on user role
- List and filter books and users
- CRUD operations for books
- Admin CRUD operations for users
- Borrow books
- Return books
- Rate books
- Filter book by their genre type
- Middlewares for user and admin authentication
- yarn
npm install --global yarn
-
Clone the repo
git clone git@github.com:Peri7at/library-api.git
-
Navigate to the project folder
cd library-app
-
Install dependencies
yarn
-
Run the project
yarn start
Distributed under the MIT License. See LICENSE
for more information.