A fully functional e-commerce backend built with Django and python
- User authentication (login/signup)
- Product listing & categories
- Cart functionality
- Order management
- Static & media handling
- Production-ready with Gunicorn
- Dockerized for portability
- frontend: html, css, javascript, bootstrap
- Backend: Django, python
- Server: Gunicorn
- Containerization: Docker
- Database: SQLite (default, can be upgraded to PostgreSQL)
git clone https://github.com/Anrg-init/Django-ecommerce-project.git
cd shoppingxpython3 -m venv myenv
source myenv/bin/activatepip install -r requirements.txtpython manage.py makemigrate
python manage.py migrate
python manage.py createsuperuser
python manage.py collectstaticpython manage.py runserverOpen: http://127.0.0.1:8000
docker pull anrginit/fashionbear docker run -p 8000:8000 anrginit/fashionbear
Feel free to fork this repo and submit pull requests.
This project is open-source and available under the MIT License.





