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

https://github.com/mel-rocha/catalogo-vinhos

Desenvolvimento de API básica e conceitos iniciais de Web Scraping e automação
https://github.com/mel-rocha/catalogo-vinhos

autorally

Last synced: 3 months ago
JSON representation

Desenvolvimento de API básica e conceitos iniciais de Web Scraping e automação

Awesome Lists containing this project

README

          

```bash
uvicorn main --reload
```

````bash
aerich init -t settings.TORTOISE_ORM
````

```bash
aerich init-db
```

```bash
aerich migrate
```

````bash
aerich upgrade
````