EcommerceWebsite
1.0.0

This project is an online marketplace built using React and Redux for the frontend, and Django with Django REST Framework (DRF) for the backend. The design is styled using Bootstrap.
Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-nameCreate a virtual environment and activate it:
python -m venv venv
source venv/bin/activate # On Windows use `venvScriptsactivate`Install the backend dependencies:
pip install -r requirements.txtSet up the database:
python manage.py migrateCreate a superuser:
python manage.py createsuperuserRun the development server:
python manage.py runserverNavigate to the frontend directory:
cd frontendInstall the frontend dependencies:
npm installStart the frontend development server:
npm starthttp://localhost:3000http://localhost:8000/apigit checkout -b feature/your-feature)git commit -m 'Add some feature')git push origin feature/your-feature)This project is licensed under the MIT License - see the LICENSE file for details.