Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 243 Bytes

File metadata and controls

5 lines (5 loc) · 243 Bytes

for DB migrations: run $npm install mysql-migrations. then it will create new directory named migrations. add files inside the migration folder to setup DB. run $node migration.js up to create the accounts table inside the nodelogin database.