"If we encounter a man of rare intellect, we should ask him what books he reads"
– Ralph Waldo Emerson
Hey, Are you looking for your choice of books? or Help someone find a book of their taste? Whatever it is,here we take you to the right place!!
Bookish helps users to add book, review, rate, upvote reviews and also help you to grab it.
- Login and Logout System
- Add & Delete books
- Rate,Review & Buy the book
- Books added are listed in dashboard
- User Management
- Search by categories
BFH/recQb8Uhom9evuMgX/2021
- Go to Bookish
- Login with Google account
- Login made easier with google
- Click Add for adding books and its review
- Select a book and can review,rate,or buy
- Books added by you are listed in your dashboard
- Delete option available
- Search option is available
- Able to search by three different categories
connect-mongo: ^4.4.1,
dotenv: ^9.0.2,
express: ^4.17.1,
express-handlebars: ^5.3.2,
express-session: ^1.17.1,
method-override: ^3.0.0,
moment: ^2.29.1,
mongoose: ^5.12.9,
morgan: ^1.10.0,
multer: ^1.4.2,
node-fetch: ^2.6.1,
passport: ^0.4.1",
passport-google-oauth20: ^2.0.0
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
-
Just go on official Node.js website and download the installer. Also, be sure to have
git
available in your PATH,npm
might need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
-
You can find more information about the installation on the official Node.js website and the official NPM website.
If the installation was successful, you should be able to run the following command.
$ node --version
v8.11.3
$ npm --version
6.1.0
If you need to update npm
, you can make it using npm
! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
$ git clone https://github.com/ADHIL-MOHAMMED-P-N/bookish
$ cd bookish
$ npm install
$ node server