Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

A repo for work coming out of the Digital Citizenship Workshop

Notifications You must be signed in to change notification settings

codefordayton/friendly-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

friendly-requests

A way to support folks making public requests in the state of Ohio

Starting point: A web accessible tool with inputs and links to help create a public records request.

SERVER

The server is written in Python using the Flask framework.

  1. Set up a virtual environment with virtualenv env -p python3
  2. Install prereqs with pip install -r requirements.txt
  3. Run with python api.py
  4. POST request info to get a .docx

Example command-line use: curl -d '{"department_name":"Department of Things"}' -H "Content-Type: application/json" -X POST http://localhost:5000/generate > downloaded.docx

Then open downloaded.docx.

CLIENT

The client app is written in React. The full README is at it's README.md.

About

A repo for work coming out of the Digital Citizenship Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published