Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carmoreno/testusuariosapi
Basic Rest API using DRF and Location API from Google. This was a job test
https://github.com/carmoreno/testusuariosapi
apirest drf location python
Last synced: 5 days ago
JSON representation
Basic Rest API using DRF and Location API from Google. This was a job test
- Host: GitHub
- URL: https://github.com/carmoreno/testusuariosapi
- Owner: CarMoreno
- Created: 2020-01-23T19:23:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T23:00:43.000Z (over 2 years ago)
- Last Synced: 2023-02-27T02:23:53.367Z (over 1 year ago)
- Topics: apirest, drf, location, python
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestUsuariosAPI
Test - API de usuarios1. Base de datos: Para la base de datos se utilizó PostgreSQL
2. Los endpoints para realizar las respectivas pruebas son los siguientes:* Retorna la lista de usuarios ``GET http://127.0.0.1:8000/api/lista``
* Detalle de un usuario: ``GET http://127.0.0.1:8000/api/usuario/2``
* Crear usuario: ``POST http://127.0.0.1:8000/api/crear/``
* Eliminar Usuario: ``DELETE http://127.0.0.1:8000/api/eliminar/13``
* Geocodificar dirección de usuario: ``GET http://127.0.0.1:8000/api/geocodificar_base/``Para el ultimo punto, se debe correr así:
``python elecciones.py``