Desarrollé una API que almacena y obtiene datos de interés de videojuegos🕹👾, como el título del juego, la compañía, la fecha de publicación, su creador, entre otros detalles. Desarrollé esta API usando The Django Rest Framework y contiene todas las configuraciones⚙ básicas que toda api rest podría tener. Este proyecto incluye un enrutamiento de urls simple pero robusto y un sistema de validación de datos.
I developed an API that stores and retrieves videogames data of interest, like the game title, company, publish date, its creator, and more details. I developed this API using The Django Rest Framework and contains all the basic configurations that every rest API could have. This project includes a simple but robust url routing and a data validation system.