How to seed Database?

How do I seed the database?

usually you can run migrations and then seed a database with necessary data.

Anyone know how i can do this from node serverside?

You mean you want to know how to add data into a database table? It uses mongo db in particular.