Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rblcoder/ecommerce

Django app
https://github.com/rblcoder/ecommerce

Last synced: about 1 month ago
JSON representation

Django app

Awesome Lists containing this project

README

        

# ecommerce
Django app

python manage.py makemigrations

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

urls

`http://127.0.0.1:8000/api/products/` product operations.

`http://127.0.0.1:8000/api/orders/` order operations.