NIAEFEUP / feup-exchange-backend

MIT License
3 stars 0 forks source link

Database implementation on Django, and Token Authentication for administrations #29

Closed EduRibeiro00 closed 2 years ago

EduRibeiro00 commented 2 years ago

All the entities and relationships defined in the previously developed UML diagram are now implemented as Django models. Also added 2 new endpoints:

A new admin can also be created in the terminal, using the following command: docker exec -it feupexchange_django python manage.py createsuperuser

Closes issue #3.