Our app is library management system, user can borrow book from it.
- We have three types of users. ( Admin, User, Visitor ).
- The user/ visitor can browse all available books.
- The user can borrow a book, view his orders, cancel the borrow order and reverse the book.
- Admin adds books to the system, accepts/ refuses borrow orders and confirms reversing the book.
- Title “translatable field”.
- Description “translatable field”.
- Description “translatable field”.
- Author “text field”.
- ISBN “unique”.
- Image “multiple images”.
- Tags “System can use tags in another entity”.
- Create page to view the book in website [ docs - pdf ]
- Create Api for viewing list of books - view book data only
- PLease, push your code on bitbucket or github. - Please, don’t put effort in design, functionality is more important than design - Your code must use vue.js - laravel not blade [ as apis ]