This app is made for open libraries to manage their book data and user to borrow and return books.
- Admins can create authors, genres, books and book instances
- Users can see available books acc to author name or genre.
- User can borrow book by providing entry in website and taking the book from library.
- User can return the book by going to library and returning on website.
- NodeJS + ExpressJS
- MongoDB Atlas + Mongoose ODM
- Pug Templating Engine
- CSS
create .env file in the root directory and put this :
MONGODB_URI=<generate from mongodb atlas website>
- clone this repo
- Make .env file in root directory
- Now in bash, npm install
- then type npm run start-both
Website : https://library-sanjay.herokuapp.com