Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.17 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.17 KB

cmpe172-grp7-ecommerce_site

Check it out at:

http://ec2-52-12-26-193.us-west-2.compute.amazonaws.com:3000

Home Page

Imgur Image

Add to Cart Page

Imgur Image

Cart Page

Imgur Image

Create/Edit Product Page

Imgur Image

Database

Imgur Image

Imgur Image

Run Locally

1. Clone repo

$ Clone repo https://github.com/ajones239/cmpe172-grp7-ecommerce_site.git
$ cd node-react-ecommerce

2. Install MongoDB

Download it from here: https://docs.mongodb.com/manual/administration/install-community/

3. Run Backend

$ npm install
$ npm start

4. Run Frontend

# open new terminal
$ cd frontend
$ npm install
$ npm start

5. Create Admin User

6. Login As Admin

7. Create Products