Cu4tro Studio

Cu4tro Studio

This web application centralizes insurance comparison rentals, allowing a detailed classification of domains by type, city, language, visibility, among others.

In the frontend, the results are presented in an organized manner, while in the backend, MySQL was used to create and manipulate tables through SQL statements.

With Django Rest Framework, an endpoint was implemented that receives queries to filter results, facilitating efficient and personalized searches for users. This combination of technologies offers a smooth and functional experience for effectively visualizing the domains of interest.

  • Create model and table with Django Rest Framework
  • Translate domains to Spanish to facilitate categorization
  • Create a script to check domain availability and categorize it accordingly
  • Generate SQL statements for domain categorization
  • Create an endpoint with multiple filtering
  • Display the data ordered and by category on the frontend
  • Integrate PDFs locally and associate them with the respective domain

Resolved Challenges