| Category | Details |
|---|---|
| Description | A full-featured e-commerce platform for clothing stores with real-time features |
| Stack | MERN (MongoDB, Express.js, React, Node.js) |
| Version | 1.0.0 |
| Live Demo | View Demo (Coming Soon) |
| License | MIT |
| Step | Command | Description |
|---|---|---|
| 1. | git clone https://github.com/roycrisses/pre-made-code-kit-for-ecommerce-website-.git |
Clone the repository |
| 2. | cd pre-made-code-kit-for-ecommerce-website- |
Navigate to project directory |
| 3. | cp .env.example .env |
Copy environment variables |
| 4. | npm install |
Install backend dependencies |
| 5. | cd client && npm install |
Install frontend dependencies |
| 6. | cd .. && npm run dev:all |
Start development servers |
[Previous sections remain the same...]
We welcome contributions! Please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- mail me if you have any querries and if you want to wok together
This project is licensed under the MIT License - see the LICENSE file for details.