Skip to content

Repo for Hasura's Product Development Fellowship, individual task for week 1.

Notifications You must be signed in to change notification settings

anujanegi/Task-1-HPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task-1-HPDF

Repo for Hasura's Product Development Fellowship, individual task for week 1.

Prerequisites

  1. You will need a computer with Ubuntu 16.04 installed, as well as have administrative access to that machine and an internet connection.
  2. Flask.

Installing prerequisites

Installing pip to manage software packages for python.

sudo apt-get install python-pip

Installing Flask.

pip install Flask

If a "No module named requests" error is thrown

sudo pip install requests

Setting up

  1. Clone or download the repository to your system.
git clone https://github.com/anujanegi/Task-1-HPDF.git
  1. cd to the directory of the repo.
cd /path/to/the/repo
  1. Run the app.
python run.py

About

Repo for Hasura's Product Development Fellowship, individual task for week 1.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages