mvp2 Mvp django rest framework Instalação para testes cd /Desktop mkdir /mvp2 cd /mpv2 git clone https://github.com/ThiagoHouse/mvp2.git Dependencias python3 -m venv venv . venv/bin/activate pip install django pip install djangorestframework Criar usuario python manage.py createsuperuser