git clone https://github.com/your-username/E-commerce-Anbari.git
cd E-commerce-Anbari- Copy
server/env.sampleto.envin theserver/directory and fill in your values.
# Frontend
cd client
npm install
# Backend
cd ../server
npm installcd root
docker-compose up --build-
Backend:
cd server npm run dev -
Frontend:
cd client npm run dev -
Visit the app at http://localhost:5173
- Register as a consumer or seller.
- Browse products, add to cart or wishlist.
- Sellers can create stores and manage products.
- Place orders and track them in your dashboard.
- Use the sidebar for navigation and quick actions.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
This project is licensed under the MIT License.
Made with ❤️ by Siddhant and contributors.