Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2 KB

README.md

File metadata and controls

39 lines (34 loc) · 2 KB

CoffeeShop

Fullstack coffee shop built with the MERN stack. Includes customer registration and authentication,Google Authentication,Redux and Redux thunk to manage the state of cart items,Protected Routes to prevent access to certain routes if a token does not exist, admin registration and login and an Admin Dashboard to add/edit and delete products. This web app has all the features of an ecommerce shop with the exception of payment. License: MIT

Getting Started

  1. Clone this repo
  2. Run npm install
  3. Run npm start

Features

Homepage

Alt Text

Product List

Alt Text

Product Detail

Alt Text

Client Login

Alt Text

Client Signup

Alt Text

Shopping Cart

Alt Text

Orders

Alt Text

Admin Login

Alt Text

Admin Registration

Alt Text

Admin Dashboard

Alt Text

Author

👤 David Tawiah Glover

Show your support

Give a ⭐ if this project helped you.

Special Thanks

Special Thanks to JavaScript Mastery for his MERN stack Tutorial on Youtube. I used his tutorial as a guide for building the API.