Repository to store all the documentation, files and structure of my Final Degree Project (TFG in Spanish). The main goal is to develop, as full-stack web developer, a remodel of the Wordle game, including more features and functionalities using Ionic, Django REST Api and PostgreSQL.
The aim of this PR is to change the way the API is used in Ionic. Now, instead of calling the URLs directly, it uses a new service that defines the available paths of the backend.
Besides, a new fix is added to check expired tokens when using the api-token-auth method.
The aim of this PR is to change the way the API is used in Ionic. Now, instead of calling the URLs directly, it uses a new service that defines the available paths of the backend.
Besides, a new fix is added to check expired tokens when using the
api-token-auth
method.