An Ecommerce App using Django
pip install -r requirements.txt
$ python manage.py runserver
Create .env file in the root directory and add the following configuations:
DJANGO_ENV - Set environment as development or production
SECRET_KEY - Set Secret key for django internal usage
This project is MIT licensed.