An E-Book Platform to view, sell and purchase books
- Login and Signup
- Homepage displays the current available books
- Preiew book details by clicking on the book
- Add a new book to the library
- Add books to the cart
- Print Bill from cart in the form of PDF
- Chat with the other users on platform
- Mind Refreshing quotes on Homepage
- Search using keyword of book or author
- CSS
- Bootstrap
- jQuery
- Javascript
- Handlebars
- Sequelize
- Socket.io
- Install Node.js
- Clone this repository
git clone https://github.com/sachin235/BookShala
- Install all the dependencies
npm install
- Run the server
node server.js
- The website is now running on the localhost!