APIREST for solve Drones problem
git clone git@github.com:angelqva/drone.gitdocker-compose up -dOpen python console on container
docker exec -it drones bashCreate SuperUser
python manage.py createsuperuserEnter this data
Username: usuario
Email: user@email.com
Password: Password*2022
Password (again): Password*2022
python example.pyNavigate into this url to see all api endpoints to test and docs
http://localhost:8000/After copy token you can auth in:
Or in endpoint login-token/ yo can put user and password before and get acces token add first JWT tkoen_access or Bearrer token_access
Navigate into this url to see all tasks running and tracking
http://localhost:5555/Thanks and Greetings!




