Skip to content

C3-Zally/api-python

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages