restful api

to collect game data log using Flask (Python)

tools

Python, Flask

context

During my 2-months internship at the Laboratoire d’Innovation Pédagogique, the aim was to collect data from a video game made in Unity. This RESTful API involves a user registration (accessible only by the admin) so that we have a table users as well as a Token based auth to allow data log record on the logs table using the auth token everytime you send a POST request.

links

📚 GitHub link

💻 Video in french for the developper in charge of implementing the RESTful API

📖 Internship report in french – see “ÉVALUATION DES RÉALISATIONS PAR LA RESPONSABLE DU STAGE”


back to projects

previous project : OAuth2