KI
kimchi-legroom/trans-action
A community-driven mutual aid fund supporting trans people in Seattle.
TransAction Fund
A mutual aid platform.
The backend periodically pulls payment and bank data and updates a SQLite db. The frontend is a React single-page app.
Prerequisites
- Docker & Docker Compose
Setup with Docker
-
Ensure you have setup your environment variables by copying
.env.templateto.env.development(or.env.production) and update the values. -
From the project root, run:
docker-compose up --build
This will build and start:
- The backend on port 3001
- The frontend on port 3000
- The scheduler service for background tasks
-
Access the frontend at http://localhost:3000 and the backend API at http://localhost:3001/api/v1.
On this page
Languages
JavaScript80.1%HTML8.0%CSS7.5%Python2.6%Shell1.5%Dockerfile0.4%
Contributors
GNU Affero General Public License v3.0
Created February 6, 2025
Updated March 2, 2025