Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/