- Requirements
- Django 4.0.1
- djangorestframework 3.13.1
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- http://localhost:8000/images/
- GET
- List all images
- POST
- Upload an Image.
- Requires "descricao" and "imagem" on the requests' body
- GET