angelqva / drone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRONES APIREST

APIREST for solve Drones problem

Installation

Clone this repository

git clone git@github.com: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: user@email.com

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

http://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

http://localhost:5555/

alt text

Thanks and Greetings!

License

BSD

About

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

License:MIT License


Languages

Language:Python 99.2%Language:Dockerfile 0.6%Language:Shell 0.2%