Skip to content

codefordemocracy/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools

This repository contains code for Code for Democracy's tools, which live at https://tools.codefordemocracy.org. This app is built using Flask and Vue, and it is set up to run on GCP App Engine using Python 3.7.

Running Locally

pip install -r requirements.txt
export GOOGLE_APPLICATION_CREDENTIALS="XXXXXXXXXXXXXXXXX.json"
export FLASK_ENV=development
flask run

For Windows

pip install -r requirements.txt
SET GOOGLE_APPLICATION_CREDENTIALS="XXXXXXXXXXXXXXXXX.json"
SET FLASK_ENV=development
flask run

About

no-code workflows

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •