ADHIL-MOHAMMED-P-N / bookish

This Node.js book review site allows users to read and write book reviews. Users can create an account, browse books by category, and write reviews for books they have read. The site is built using Node.js, Express.js, and MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BFH Banner

BOOKISH

"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.

Features

  • Login and Logout System
  • Add & Delete books
  • Rate,Review & Buy the book
  • Books added are listed in dashboard
  • User Management
  • Search by categories

Team members

  1. Adhil Mohammed P N
  2. Drishya K
  3. Deepna M

Team Id

BFH/recQb8Uhom9evuMgX/2021

How it Works ?

  • 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

Libraries used

    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

How to configure

For development, you will only need Node.js and a node global package, Yarn, installed in your environement.

Node

  • Node installation on Windows

    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).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    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

Install

$ git clone https://github.com/ADHIL-MOHAMMED-P-N/bookish
$ cd bookish
$ npm install

How to Run

$ node server

About

This Node.js book review site allows users to read and write book reviews. Users can create an account, browse books by category, and write reviews for books they have read. The site is built using Node.js, Express.js, and MongoDB.


Languages

Language:JavaScript 50.8%Language:Handlebars 43.3%Language:CSS 5.9%