A fully functional e-commerce application with unique features where users can buy products collaboratively just like an offline store.
The users can :
-
Sign In/sign Up in their profiles
-
Add products to cart
-
Discuss the products to buy with their friends on chat and video call.
-
View Bucket List and checkout
-
Make payments through stripe payments functionality.
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/Yash621/amagi-store.git
$ cd amagi-store
# Install server dependencies
$ yarn
# Run server
$ yarn run dev
# The server will start at <http://localhost:3000>
Made with ❤️ by Yash Goel