Skip to content
/ drone Public

Tareas programadas, colas y relaciones en Django, DRF, redis ...

License

Notifications You must be signed in to change notification settings

angelqva/drone

Repository files navigation

DRONES APIREST

APIREST for solve Drones problem

Installation

Clone this repository

git clone [email protected]:angelqva/drone.git

Build and Up Docker container

docker-compose up -d

alt text

Create User and data sample

Open python console on container

docker exec -it drones bash

Create SuperUser

python manage.py createsuperuser

Enter this data

Username: usuario

Email: [email protected]

Password: Password*2022

Password (again): Password*2022

Execute example.py and copy token for enpoints

python example.py

alt text

Open browser

Navigate into this url to see all api endpoints to test and docs

https://localhost:8000/

alt text

Login with simple jwt

After copy token you can auth in:

alt text

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

https://localhost:5555/

alt text

Thanks and Greetings!

License

BSD

Releases

No releases published

Packages

No packages published

Languages