Skip to content

Repositório sobre curso Crie APIs REST com Python e Django REST Framework: Essencial

Notifications You must be signed in to change notification settings

victoraugusto6/geek-drf

Repository files navigation

geek-drf

Repositório sobre curso Crie APIs REST com Python e Django REST Framework: Essencial

Instruções para instalação:

Criar e ativar ambiente virtual Python (venv):

python -m venv .venv

source .venv/bin/activate

Instalar dependências:

pip install -r requirements.txt

Instalar dependências, inclusive de desenvolvimento:

pip install -r requirements-dev.txt

Copiar variáveis de ambiente:

cp contrib/env-sample .env

Rodar Django:

python manage.py runserver

About

Repositório sobre curso Crie APIs REST com Python e Django REST Framework: Essencial

Resources

Stars

Watchers

Forks

Languages