Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praneethkarnena/online-store-drf
A very simple and light Django e-commerce application backend (API) to demonstrate Django and Rest Framework.
https://github.com/praneethkarnena/online-store-drf
Last synced: about 2 months ago
JSON representation
A very simple and light Django e-commerce application backend (API) to demonstrate Django and Rest Framework.
- Host: GitHub
- URL: https://github.com/praneethkarnena/online-store-drf
- Owner: PraneethKarnena
- Created: 2019-12-05T17:16:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:16:02.000Z (about 2 years ago)
- Last Synced: 2024-04-17T00:59:19.634Z (9 months ago)
- Language: Python
- Homepage: https://online-store-drf.herokuapp.com/
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Store - ReST Implementation
A very simple and light Django e-commerce application backend (API) to demonstrate Django and Rest Framework.
Bamazon, spelt as “Bae-ma-zon”, is an e-commerce company. They sell products of very different kinds. They would like to implement a mobile application for their store. Hence we are tasked with building a backend for their app.
Only registered staff will able to Create/Read/Update/Delete/Search products.
Staff will be created by the Superuser.## Running
`git clone https://github.com/PraneethKarnena/online-store-drf.git`
`cd online-store-drf-master`
`pip install -r requirements.txt`
`python manage.py runserver`
`python manage.py createsuperuser`
Design and documentation: https://docs.google.com/document/d/17DkpOB_B37Zc5SlaAGtWiqZde1gTfLPqpQKdDbKvjgE/edit?usp=sharing
Online Demo at Heroku: https://online-store-drf.herokuapp.com/