Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.52 KB

API DJango - Recoverid - Documentación

Description and use of the API - Recoverid project C3 - Zally

django version github release version license PRs welcome

Comenzando 🚀

Pre-requisitos 📋

You need install and use:

Python3
pip3

Instalación 🔧

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

Despliegue 📦

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.

Licencia 📄

Este proyecto está bajo la Licencia (MIT) - mira el archivo LICENSE.md para detalles