Skip to content

Latest commit

 

History

History
99 lines (62 loc) · 4.11 KB

README.md

File metadata and controls

99 lines (62 loc) · 4.11 KB

Description

Developed a fully functional front-end project to connect to an existing database that simulates an e-commerce application. Application was created by integrating the code base of each component from a team member to one product.

Components and Contributers

Back-end/Server: An Thien Vo (James)
Linkedin: LinkedIn GitHub

Product Overview: Blake Lenhard
Linkedin: LinkedIn GitHub

Questions and Answers: Timothy Loo
Linkedin: LinkedIn GitHub

Ratings and Reviews: Brian Pham
Linkedin: LinkedIn GitHub

Available Scripts

npm install

Duplicate copy.env in the env directory
Rename to .env

cp env/copy.env env/.env

Duplicate config copy.js in the env directory
Rename to config.js

cp 'env/config copy.js' env/config.js

Replace the "add your token here" to your API Token and save

To create a production build:

npm run start

To create development build:

npm run server-dev & npm run client-dev

Demos

Product Overview

ProductOverview-Demo

Questions & Answers

TJQAgif

Ratings & Reviews

BrianRRgif

Technologies Used

Front-end:     JavaScript React HTML5 CSS3

Back-end:      NodeJS Express.js

Deployment:    AWS

Dev Environment:    Webpack Babel