Skip to content

cuiNOTY/Anbari

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


⚡ Getting Started

1. Clone the Repository

git clone https://github.com/your-username/E-commerce-Anbari.git
cd E-commerce-Anbari

2. Setup Environment Variables

  • Copy server/env.sample to .env in the server/ directory and fill in your values.

3. Install Dependencies

# Frontend
cd client
npm install

# Backend
cd ../server
npm install

4. Run the Application

Using Docker (Recommended)

cd root
docker-compose up --build

Or, Run Manually


📝 Usage

  • 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.

🤝 Contributing

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

📄 License

This project is licensed under the MIT License.


🙏 Acknowledgements


Made with ❤️ by Siddhant and contributors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.5%
  • Other 0.5%