188zzoon / api

CRUD using Django REST framework

Home Page:https://calm-wildwood-17330.herokuapp.com/restaurants/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Api

The objective of this repository is creating a REST API with CRUD operations (Create, Read, Update, Delete) using Django REST Framework.

Api's Schema

  • /restaurants/: Here you can access to the main page of the Restaurant's API.
  • /docs/: Here you can find all the documentation of the API, and some examples of how to use it.
  • /schema/: Here you can find the complete schema of the API.

Examples

  • GET curl --request GET \ --url https://calm-wildwood-17330.herokuapp.com/restaurants/

If you want test my app using POSTMAN check this link

To make a POST, DELETE or PUT request you need to be authenticated. I create a dummy user for testing.

  • user: user
  • password: user12345678

About

CRUD using Django REST framework

https://calm-wildwood-17330.herokuapp.com/restaurants/

License:Apache License 2.0


Languages

Language:Python 100.0%