Skip to content

ayarshabeer/drf_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Ecommerce API services

Warning App is very early stage, not ready for use.

Minimal ecommerce django app. It aims to expose API services using django rest framework, This api services can be consumed by any modern frontend javascript framwork like reactjs,angularjs,emberjs etc to build complete ecommerce application

As we are using HStoreField, this app will work only on postgresql.

Installation

  • git clone https://github.com/ayarshabeer/drf_shop.git drf_shop
  • cd drf_shop
  • Configure in environment variable DRF_SHOP_DATABASE_URL in the format postgresql://[user[:password]@][netloc][:port][/dbname]
  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py runserver

Todo

  • API Documentaion
  • Unit tests
  • Granular persmissions and filters
  • Checkout & Payment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages