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
- Host: GitHub
- URL: https://github.com/mel-rocha/catalogo-vinhos
- Owner: Mel-Rocha
- Created: 2024-03-23T17:53:54.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-18T02:18:41.000Z (about 2 years ago)
- Last Synced: 2025-10-24T21:58:50.458Z (7 months ago)
- Topics: autorally
- Language: HTML
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
````