Skills

PROJECT DETAILS


Digidesk API


Mini project application to fetch data from Digimon API, making dynamic and incorporating events so that the user can interact with the DOM. To consume data from API used the Fetch function in JavaScript, and also with Python methods.

Framework: Django

Digidesk API

Technology Stack: Django / Python / JavaScript / JQuery / HTML / CSS / Heroku / Postgres

About Team

Company / Institution: Freelance

Developers Team: Marco Antonio Parra



Skills

Project Images


Skills

EndPoint & Routes


Available EndPoints

EndPoint Description URL
digidesk/ This endpoint makes a request to retrieve data from the Digimons API, using the get method and transform data with json() method and django.core.paginators to retrieve each time 12 Digimons. Another section makes a request to the API using the JavaScript fetch() function. The third section retrieves Digimon saved from DataBase using CRM Django through objects.all().
digimons/js/ Share JavaScript code to retrieve data
digimons/py/ Share Python code to retrieve from API and save data in the Database, and the template