- Python3 > 3.6
- Virtualenv > 16.4
- Pip3 > 19
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
python3 manage.py runserver
La API será consumida desde el front end. Para ver los endpoints acceder a:
http://localhost:8000