SERVO APP seeding the database You can seed the database with the data from the ./data/PetrolStations_v1.csv using the seeder script. create the database by executing the create-database.sql on psql first. Seed the database by executing npm run seed_db.