bhoomi97 / book-bag

online e-commerce website for college students to get academic books.

Home Page:http://book-bag.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

book-bag

Book Bag Web App Features:

  • Upload your product without signing up.
  • Browse through the full collection.
  • Browse by:
    • graduation year
    • username
  • Sign Up Advantages:
    • Mark products as Sold/Available
    • Edit product info anytime.
    • Delete products that are sold

How To Setup Application:

  1. Clone project on your computer.
  2. Install node.js from https://nodejs.org/en/
  3. From the terminal, navigate to the project folder and run: npm install
  4. Install MongoDB from https://www.mongodb.com/download-center
  5. From the terminal, navigate to the folder where you installed the mongoDB files.
  6. To start mongo server, go inside the bin directory, & run: mongod --dbpath path/to/where/you/want/to/save/data
Mac OSX users run:
```
./mongod --dbpath path/to/save/data
```
  1. mongo server is now running.
  2. Open another terminal to start the app.
  3. Navigate to project folder and run node app.js
  4. App now live on localhost:3000

About

online e-commerce website for college students to get academic books.

http://book-bag.herokuapp.com/


Languages

Language:HTML 48.5%Language:CSS 26.1%Language:JavaScript 25.4%