Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.65 KB

Shop-Shop

Github licence

Description

This project is a full stack web application using the MERN Stack to create an e-commerce website using React and React-Context API with Stripe payments. Users will be able to checkout when there is lost of connection and view their order history out of checkout. Users will also be able to sign up and login in to their account. This application uses a global state.

Table of Contents

Installation

The user should clone the repository from GitHub and install dependencies. For development or testing purposes, run npm install on both client and server directories to install dependencies. There are two servers for client side and server side, which can be run on their own. To run both servers at the same time, open the root directory and run npm start.

Usage

This application will allow users to add products to their cart either from the main page or product page. Users can then checkout using Stripe and view their order history.
Please view deployed application on Heroku

License

This project is license under MIT

Contributing

Contributors should read the installation section.

Tests

This application tests the reducers.

Questions

If you have any questions about this projects, please contact me directly at nicole.elisaw@gmail.com. You can view more of my projects at https://github.com/nicolewallace09.