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

https://github.com/edgar-code-repository/django-rest-geo-app

Rest API developed with Django Rest Framework and MongoDB.
https://github.com/edgar-code-repository/django-rest-geo-app

Last synced: 9 months ago
JSON representation

Rest API developed with Django Rest Framework and MongoDB.

Awesome Lists containing this project

README

          

THE GEO REST API (DJANGO REST FRAMEWORK)
---------------------------------------------------------------------------------------------------

Rest API developed with Django Rest Framework and MongoDB.

This app contains 3 services that manipulate info about continents, countries and cities.

---------------------------------------------------------------------------------------------------

**Get call to continents endpoint from Postman:**

![Screenshot Continents](screenshots/postman-call-continents.png)

---------------------------------------------------------------------------------------------------

**Get call to countries endpoint from Postman:**

![Screenshot Countries](screenshots/postman-call-countries.png)

---------------------------------------------------------------------------------------------------

**Get call to cities endpoint from Postman:**

![Screenshot Cities](screenshots/postman-call-cities.png)

---------------------------------------------------------------------------------------------------