Description and use of the API - Recoverid project C3 - Zally
You need install and use:
Python3
pip3
Install the requirements and execute the env and install the requirements.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
Ejecución en local
python3 manage.py migrate
python3 manage.py runserver
CD automatico con Heroku: https://recoverid-api.herokuapp.com/
La ejecucion de servicios se puede hacer importando los endpoints a insomnia, los cuales estan en la carpeta endpoints
.
Este proyecto está bajo la Licencia (MIT) - mira el archivo LICENSE.md para detalles