Skip to content

iamindradev/Pizzaproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PizzaProject

pizza

A backend(collection of API's) where you can create pizza of your choice.

List of API's with their corresponding details:

api



*PizzaApp/CreatePizzaparameter/

for creating paramters for pizza (size , type ,toppings)

*PizzaApp/CreatePizzaparameter/?request_type=getParameter

for getting the list of parameter created

*PizzaApp/getParameter/?request_type=getSize

for getting size of pizza(small/medium/large)

*PizzaApp/getParameter/?request_type=getType

for getting type of pizza(regular/square)

*PizzaApp/getParameter/?request_type=getToppings

for getting toppings already created

*PizzaApp/createPizza/

for creating pizza of your wish and(size,type,toppings)

*PizzaApp/pizzaAlreadycreated/

for getting list of pizza already available in store

*PizzaApp/pizzaEdit/

for editing pizza already created


All the API's have been tested using Postman

postman




Steps to run the project:


1. Create virtual for installing requirements.txt.
2. Install all the requirements by command "pip install -r requirements.txt".
3. Modify setting according to db you're using.
4. For required json read the functions in views.py



congrats

CONGRATULATIONS !! YOUR SETUP IS READY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published