An open API service indexing awesome lists of open source software.

https://github.com/vwapplications/vwalmaapi

API para a plataforma ALMA
https://github.com/vwapplications/vwalmaapi

Last synced: 10 months ago
JSON representation

API para a plataforma ALMA

Awesome Lists containing this project

README

          

# VWAlma API

## Aplicações

#### 1. ALMA Plataform

Active Learning Methodology Automation Plataform

## Comandos Básicos

* **Criar migrações**: `make migrations`
* **Realizar migrações**: `make migrate`
* **Entra no shell do django**: `make shell`
* **Instalar um novo pacote**: `make install package=`
* **Visualizar os pacotes instalados**: `make requirements`
* **Rodar o flake8**: `make flake8`
* **Roda os tests**: `make test`
* **Entra no bash do container**: `make exec`