Skip to content

overiq/simple_ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ecommerce

Python Version Django Version

An extremely simple ecommerce application written in Django.

To install the project follow these steps:

  1. git clone https://github.com/overiq/simple_ecommerce.git.
  2. cd simple_ecommerce
  3. virtualenv env
  4. source env/bin/activate (for Linux/Mac OS ) or env\Scripts\activate.bat (for Windows)
  5. pip install -r requirements.txt
  6. cd django_project/
  7. python manage.py migrate
  8. python manage.py runserver

About

A simple e-commerce application in Django

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published