Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rblcoder/ecommerce
Django app
https://github.com/rblcoder/ecommerce
Last synced: about 1 month ago
JSON representation
Django app
- Host: GitHub
- URL: https://github.com/rblcoder/ecommerce
- Owner: rblcoder
- License: mit
- Created: 2024-10-28T06:32:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:05:17.000Z (3 months ago)
- Last Synced: 2024-10-28T09:31:27.846Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecommerce
Django apppython 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.