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.
- Docker & Docker Compose
-
Ensure you have setup your environment variables by copying
.env.template
to.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.