Python DRF - API Rest

Back End App

This is a Trello like project that has been developed in Python using Django Rest Framework.

In order to take a look at it you would need to clone the proyect, create a virtual environment, run the server with the command "python manage.py runserver", and acces the next link http://127.0.0.1:8000/swagger/ in order to acces the full documentation.

Any comments or suggestions are welcome.