Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```