Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 276 Bytes

SERVO APP

seeding the database

You can seed the database with the data from the ./data/PetrolStations_v1.csv using the seeder script.

  1. create the database by executing the create-database.sql on psql first.
  2. Seed the database by executing npm run seed_db.