/product-hunt-database

Generate an SQL script to populate a database with data from Github

Primary LanguageTypeScriptMIT LicenseMIT

Product Hunt Database

Retrives data from the Product Hunt API and stores it in a Postgres Database.

Installation

Run npm install to install all dependencies.

Running

  1. Create a .env file in the root directory (use the .env.example file as a template).
  2. Execute npm start to start the application.