Here is a working live demo : https://book-manager-kroop.herokuapp.com/
- Extract zip folder
- Run "npm install" in both backend and frontend directories
- Run : "npm start" command in root folder to start backend server
- In browser go to: http://locahost:3000
- Added authentication
- Json web token implemented for authentication
- mongoDB with mongoose used for database model
- Crud operations added for book management
- Admin and user differentiation
- email: [email protected]
- password: admin1234
| Book Manager provides you one safe place for all your books. |