SkillAgentSearch skills...

Ptap

Helping low-income folks appeal their property taxes

Install / Use

/learn @PropertyTaxProject/Ptap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

The Property Tax Appeal Project

Welcome to the property tax appeal project repository. This is a Flask/React project designed for deployment to AWS Lambda through Terraform which files property tax appeals for low-income homeowners in Detroit and Chicago.

Setup

To install Python dependencies and run locally, you'll need Poetry installed. Then you can run:

poetry install
poetry run python app.py

Rebuild Frontend

From Scratch

Run the following lines to build and start the app. Must have npm and flask installed. Run npm start on a separate terminal.

npm install
npm start

Rebuilding after Install

npm run build

Deployment Guide

The app requires credentials. api/.env includes SENDGRID_API_KEY and MAIL_DEFAULT_SENDER. api/.googleenv includes google drive service credentials.

To deploy, you need to locally build the sqlite3 database. Run api/make_db.py to do this.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated12d ago
Forks1

Languages

JavaScript

Security Score

90/100

Audited on Mar 26, 2026

No findings