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
- Host: GitHub
- URL: https://github.com/marcosvel/tasklist
- Owner: MarcosVel
- Created: 2022-06-04T21:56:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T02:39:02.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T13:55:05.544Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```