Skip to content

alanmaranto/youtube-api-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrations to DB

npx sequelize db:migrate

Create Migration

npx sequelize-cli migration:generate --name <name>

Create Model Migration with attributes

npx sequelize-cli model:generate --name <name> --attributes <firstAttribute:string>,<lastAttribute:number>

Revert migrations

npx sequelize db:migrate:undo:all

Run specific seeds

npx sequelize-cli seed:generate --name <name of seed>

About

This is a cool api simulating the youtube backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published