- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Shopsphere] is a rubust e-commerce platform crafted with a full stack of Javascript technologies, leveraging React for dynamic front-end interactions and Node.js for seamless server-side functionality. The platorm employs MongoDB as its database backbone, ensuring efficient data management. Users can enjoy a personalized experience by signing in to their accounts, effortlessly adding desired items to their carts, and completeing transactions. With multiple filters, finding the perfect product is a breeze, while dedicated product details and categorized pages enhance the shopping journey. Shopsphere combines user-friendly features with a modern tech stack, offering a streamlined and enoyable online shopping experience.
Server
- NodeJS
Client
- React
Database
- MongoDB Atlas
- [Create User Account]
- [Dedicated dashboard and profile for Users]
- [Different categories]
- [Product details]
- [Multiple filters]
- [Add Items to cart]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install React
- Install NodeJS
- Install MongoDB
Clone this repository to your desired folder:
git clone https://github.com/Yupsecous/ecommerce-site.gitInstall this project with:
Server side:
cd ecommerce-site
npm installClient Side:
cd cliet
npm installTo run the project, execute the following commands in different terminals:
cd ecommerce-site
npm start cd client
npm startThen go to the 'http://localhost:3000/' to get started
👤 Yupsecous
- GitHub: @githubhandle
- [] [Add A payment method]
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project please show support by staring ⭐️.
- I would like to thank the official documetation of React, MongoDB and Nodejs for providing adequate learning material and a safe learning environment.
This project is MIT licensed.