Frontend: React
Backend: Python (Flask) + Auth0
Cache: Redis
Database: Postgres
- Clone the repository
git clone https://github.com/heychoogle/fintrack.git - Move to the project dir
cd fintrack - Spin up the containers for the frontend, backend, database, and cache
docker-compose up --build - Access the frontend at http://localhost:3000
- The persistent Postgres data store is found in folder
postgres-data, created in the project root