timothyq / bookratings

project 3: https://bookratings5610.onrender.com/ and project 4: https://bookratings.vercel.app/

Home Page:https://bookratings.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS 5610 Project: Book Rating Website 2.0

visitor badge License: MIT

Author: Qishu Dong & Chenjie Wu

Porject Objective

A book rating page that allows user to rate a book in 0-5 by their choice. Also, user could leave a book review post, delete his own post and see other’s posts. At the home page, show the most favorites books list with ranking that was collected from users’ rating. User is able to sign up an account with email address, username and password, then sign in and sign out. This project applies the concepts learned in class by building a MERN stack application with React, Nodejs, Express, JavaScript, MongoDB, HTML5 and Tailwind.

Install and Run Instruction Node+Express runs on http://localhost:4000 React dev server runs http://localhost:3000 You need to add your .env file and config to MongoDB

Run it

Clone it, then

yarn install && cd front && yarn install && yarn build && cd .. && yarn start

And check your http://localhost:4000

Alternative

For development start the two servers

yarn install && yarn dev

And the backend will run on http://localhost:4000

cd front && yarn install && yarn start

And the frontend will run on http://localhost:3000



Tech Used

  1. HTML5
  2. react
  3. JavaScript
  4. Node.js
  5. Express
  6. MongoDB
  7. Tailwind CSS

Project Screenshot

image

image

image

Thanks

Thanks to prof. John Guerra

About

project 3: https://bookratings5610.onrender.com/ and project 4: https://bookratings.vercel.app/

https://bookratings.vercel.app

License:MIT License


Languages

Language:JavaScript 95.3%Language:HTML 2.8%Language:CSS 1.9%