JuliaaMuller / Once_upon_a_book

MidTermProject LHL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Once Upon A Book

MidTermProject built with Jonathan Cheng and Fransiskus Aldo.

Once Upon A Book is a bookstore where sellers can sell their used books, and buyers can contact buyers to make transactions. Think of it as a Kijiji or Facebook Marketplace for used books.

Final Product

"Screenshot of homepage"

"Screenshot of messages page"

"Screenshot of book listing page"

"Screenshot of favorites page"

Dependencies

  • Node.js
  • Express
  • EJS
  • cookie-session
  • dontenv
  • morgan
  • pg
  • sass
  • timeago.js
  • chalk
  • nodemon

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the npm run local command.

Future Plans

  • Implement the use of Google Books API to search by ISBN. That would be able to pull a lot of information on books, like cover, author, description, etc.
  • Create a real-time messaging system using some sort of Web Socket system.
  • Add analytics to favorited books, views per page, unique visitors per listing, etc.

About

MidTermProject LHL


Languages

Language:EJS 53.6%Language:JavaScript 24.0%Language:SCSS 22.4%