An open API service indexing awesome lists of open source software.

https://github.com/adilmohak/django-ecommerce

ecommerce website using django web framework
https://github.com/adilmohak/django-ecommerce

bootstrap4 crispy-forms django django-ecommerce ecommerce ecommerce-website python python-ecommerce

Last synced: 2 months ago
JSON representation

ecommerce website using django web framework

Awesome Lists containing this project

README

        

# ecommerce website using Django web framework

# Installation

`git clone https://github.com/adilmohak/django-ecommerce.git`

`pip install -r requirements.txt`

`python manage.py makemigrations`

`python manage.py migrate`

`python manage.py runserver`

Visit http://127.0.0.1:8000/

## Useful? Give it a star ✨✨🤩
# Happy coding :)