hasura / ld-finance-app

A small node app to display info scraped from a site in charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up the app on Hasura

  • Create a Hasura project (Let's say )
  • Login to the project console at console..hasura-app.io
  • Import the project.json, or create your own tables based on the schema.json and add relationships
  • Add data using the scraper python script( Make sure you run a pip install -r requirements.txt before you run the scraper)
  • Install hasuractl
  • Login to hasuractl using hasuractl login
  • Set up your hasura project using hasuractl set-context <project-name>
  • Use the following command to set up a quickstart git push service
    $ hasuractl quickstart nodejs-express <app-name> --create
  • Now cd into the folder, delete the contents, copy this repositories contents into it and do a git add . --all, git commit -m "<message>" and then deploy with
    $ git push hasura master

About

A small node app to display info scraped from a site in charts


Languages

Language:Python 57.0%Language:HTML 40.2%Language:JavaScript 2.8%