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

https://github.com/marcosvel/tasklist

Módulo NodeJS 3 - TaskList sujeito programador
https://github.com/marcosvel/tasklist

Last synced: about 1 year ago
JSON representation

Módulo NodeJS 3 - TaskList sujeito programador

Awesome Lists containing this project

README

          

# TaskList

Módulo NodeJS 3 - TaskList sujeito programador

## Create migration

```
yarn sequelize migration:create --name=create-tasks
```

```
yarn sequelize db:migrate
```

## Undo last migration

```
yarn sequelize db:migrate:undo
```