APIREST for solve Drones problem
git clone git@github.com:angelqva/drone.git
docker-compose up -d
Open python console on container
docker exec -it drones bash
Create SuperUser
python manage.py createsuperuser
Enter this data
Username: usuario
Email: user@email.com
Password: Password*2022
Password (again): Password*2022
python example.py
Navigate 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!