An e-commerce web application using MERN stack.
Here's the link to this project -> https://yonga.herokuapp.com/
- Cookie-based authentication with refresh and access token (CSRF and JWT based app)
- Register with confirmation email.
- Forget and Reset password.
- Google and Facebook login
- Upload photo with cloudinary API
- Resize and crop image upload
- Rating system
- Commenting System (Nested CRUD)
- User dashboard with orders
- Full featured shopping cart
- Checkout process (shipping, payment method, etc)
- PayPal / credit card integration
- Database seeder
- AND MORE...
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run server
# Run the React client only
npm run client
# Import data
npm run data:import
# Destroy data
npm run data:destroy
# Server runs on http://localhost:5000 and client on http://localhost:3000Gerard Martin R. Segismundo
1.0.0
This project is licensed under the MIT License




