For Django python 3.6:
- cd JogoPokemon/postgresql
- sudo docker-compose up --build
- cd JogoPokemon/DjangoRestApiPostgreSQL
- python3.6 -m venv pokemon-venv
- source pokemon-venv/bin/activate
- pip install djangorestframework==3.11.0 django-cors-headers==3.4.0 psycopg2-binary==2.8.5 PyYAML==5.3.1
- python manage.py makemigrations pokemon
- python manage.py migrate pokemon
- python manage.py loaddata tipofixtures
- python manage.py runserver 8080
For VueClientJogoPokemon (ts):
- sudo npm i -g @vue/cli
- cd freelance/JogoPokemon/VueClientJogoPokemon
- npm install
- npm run serve