Skip to content

mt-lids-sefi/odgapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odgapi

Requerimientos

  • Python3 > 3.6
  • Virtualenv > 16.4
  • Pip3 > 19

Preparar el entorno

virtualenv -p $(which python3) pyenv

source pyenv/bin/activate

pip3 install -r requirements.txt

python3 manage.py makemigrations

python3 manage.py makemigrations core

python3 manage.py migrate

Para ejecutar:

python3 manage.py runserver

Acceder

La API será consumida desde el front end. Para ver los endpoints acceder a:

http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages