Skip to content

A python/django ecommerce framework for simple and small shops

Notifications You must be signed in to change notification settings

ralphleyga/simpleshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Shop

It's a small platform for a simple store/ecommerce platform. The project includes restful api, django templates and reactjs code. This project is not production ready and most of the features and functionalities are still under development.

Features

  • Product listing
  • Cart
  • Handle Orders

Run the following in a virtual environment:

pip install -r requirements.txt
cd simpleshop
python manage.py runserver

Run and setup react:

cd simpleshop/frontend/static/shop
npm install
npm start

About

A python/django ecommerce framework for simple and small shops

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published