Vendora is an E-commerce platform here are its feature:
- Seamless Sign-up process with Google Auth
- Enhanced Security with JWT authorization
- A Responsive and Interactive user interface
- A hassle-free way for the seller to start selling just in few clicks
- A search system to help sellers get discovered by users using FuseJs
- Real time updates of your order sent personally to both buyer and seller via Email using NodeMailer
- Razorpay as a primary payment gateway for a robust and secure payment system
- All Other common features of an Ecommerce app like adding to Cart or Wishlist
Link to the deployed site: https://vendora.cyclic.app/
For Client:
cd client, npm i, npm start
For Server:
cd server, npm i, nodemon