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

https://github.com/marcelometal/poc_cdep_mongodb

cdep
https://github.com/marcelometal/poc_cdep_mongodb

brazil cdep deputados governo politicians

Last synced: 30 days ago
JSON representation

cdep

Awesome Lists containing this project

README

          

# POC CDEP

## Instalação

1. Clone o repositôrio:

```
git clone https://github.com/marcelometal/poc_cdep_mongodb.git
```

2. Crie um [*virtualenv*](http://virtualenvwrapper.readthedocs.org/en/latest/install.html):

```
cd poc_cdep_mongodb
mkvirtualenv poc_cdep_mongodb
```

3. Instale as dependências:

```
make setup
```

4. Faça download dos dados (XML):

```
make get_xmls
```
5. Para indexar os dados:

```
make run
```