joelkingsley / HPDF

The Hasura Product Development Fellowship(HPDF) Internship Repository

Home Page:https://joelkingsley.wordpress.com/category/hpdf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HPDF

The Hasura Product Development Fellowship(HPDF) Internship Repository

For more information please see the blog.

Setup Instructions

Requirements

  1. Download and install the latest version of Python 3.

  2. Install the following Python libraries using pip in the terminal:

  • flask
  • urllib
  • json
  • requests
$ pip install flask
$ pip install urllib
$ pip install json
$ pip install requests
  1. Download and extract zip of source code.

Run

  1. Run Week1/app.py
$\Week1> python .\app.py
  1. Open http://localhost:8081/ in the web browser.

About

The Hasura Product Development Fellowship(HPDF) Internship Repository

https://joelkingsley.wordpress.com/category/hpdf/


Languages

Language:HTML 61.7%Language:Python 38.3%