You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.