- Linux: https://www.digitalocean.com/community/tutorials/como-instalar-e-usar-o-docker-no-ubuntu-16-04-pt
https://docs.docker.com/compose/install/#install-compose
The endpoints can be tested with a Collection of Postman inside the project,
search for: finxi-django.postman_collection.json
after that, associate an User Detail
to an User
and finishing create a Demand
In your application directory, run:
docker-compose up -d
To shut down the application, enter your application directory and run:
docker-compose down
Any command that you would like to execute of Django, please execute inside of docker container, example:
docker-compose exec <container_name> <command>
There is a user already created, follow:
Username: root
Password: root