Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevillis/tw-flask-fundamentos
CRUD de Clientes usando Flask
https://github.com/stevillis/tw-flask-fundamentos
Last synced: 4 days ago
JSON representation
CRUD de Clientes usando Flask
- Host: GitHub
- URL: https://github.com/stevillis/tw-flask-fundamentos
- Owner: stevillis
- License: mit
- Created: 2022-09-10T20:12:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T20:22:46.000Z (over 2 years ago)
- Last Synced: 2024-11-16T04:39:26.780Z (2 months ago)
- Language: Python
- Homepage: https://flask-production-85a0.up.railway.app
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tw-flask-fundamentos
## Database
### Create migration repository
```shell
$ flask db init
```### Create migration
```shell
$ flask db migrate
```### Migration
```shell
$ flask db upgrade
```