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.
- Clone this repo
- Run
npm install
- Run
npm start
👤 David Tawiah Glover
Give a ⭐ if this project helped you.
Special Thanks to
JavaScript Mastery
for his MERN stack Tutorial on Youtube. I used his tutorial as a guide for building the API.