Repository created for the "API com Django 3: Django Rest Framework" course in Alura.
Clone the repository
git clone https://github.com/bonetou/django-rest-framework
Install requirements
python -m pip install -r requirements.txt
Run the server
python manage.py runserver
Access localhost:8000 on your browser: