davidcr01 / WordlePlus

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.
1 stars 0 forks source link

Added User and Player models and serializers #6

Closed davidcr01 closed 1 year ago

davidcr01 commented 1 year ago

This issue closes https://github.com/davidcr01/TFG/issues/3

The models, serializers, and views have been added. Now, users and players can be created, updated, or deleted by calling the API through:

The password is encrypted before storing it and the username is not editable.