Skip to content

BasicPixel/django-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-commerce

Django Commerce (or techshop) is a fake e-commerce web application, made with Django, Bootstrap for CS50's Web programming course (Week 4).

Live Demo

Usage

To run this project locally, clone the repository, then run the following:

# Install dependancies
pip install -r requirements.txt

Then migrate database changes:

# Migrate DB
python manage.py migrate

Lastly start a local server:

# Install dependancies
python manage.py runserver

About

💵 Fake e-commerce website made with Django

Topics

Resources

Stars

Watchers

Forks