First we should download the .csv files that we are going to insert to the DB. We should download this data on the db/data directory. Now we can create the PostgreSQL database an insert the dowbloaded ...
This repository has a node script for seeding a Postgres database (src/main.js) and a tutorial guide for writing the script (guide.md). To run the script locally ensure you have Postgres and Nodejs ...