Skip to content

Somsubhra1/Django-Ecommerce-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Ecommerce App

Description

An Ecommerce App using Django

Installation

pip install -r requirements.txt

Running the app

$ python manage.py runserver

Setup

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

License

This project is MIT licensed.