Skip to content

andrewbaldwin44/The_Dream_Shop_Group_Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Dream Shop

Group E-Commerce Project for Concordia University

Demo

View the Live Demo

Features:

A Category page showing all items within a certain category. A sidebar is included to filter through a number of options.

Cart page with a link to checkout. All quantities can be modified here.

Checkout page to accept user info.

Confirmation page showing the user's order.

Sign-in page using Firebase.

Admin page using firebase to track all customer accounts and their orders.

Navigation page linking to various category pages.

Deploy the project

Clone the repo to your local machine using the terminal:

$ git clone git@github.com:andrewbaldwin44/The_Dream_Shop_Group_Project.git

Install the Dependencies:

You will need two terminal instances open to start the app in development mode

In the First Terminal:

  1. Navigate into the project directory cd The_Dream_Shop_Group_Project
  2. Navigate into the server directory cd server
  3. Install the required server packages yarn install
  4. Start the API development server yarn start

In the Second Terminal:

  1. Navigate into the project directory cd The_Dream_Shop_Group_Project
  2. Navigate into the client directory cd client
  3. Install the required client packages yarn install
  4. Start the client development server yarn start

This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

The Server

A folder is provided, /server, with the backend code. This is a local server that you will connect to to retrieve/write the data. An API is provided, and documented in server/API_DOCS.md. You can read this document thoroughly to build an understanding of what the different endpoints are, and how they work.

Technologies Used

Frontend:

  • React.js
  • Redux.js

Backend:

  • Node.js
  • Express
  • Firebase Authentication
  • Firebase Realtime Database

Authors

👤 Andrew Baldwin 👤 Lucas D'Alessandro 👤 Matthew Cote 👤 Stephanos Criticos

About

React.js Group Project Written for Concordia University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 2.1%