Draft
Conversation
Docker was the only way to run the app, requiring all contributors to have Docker Desktop installed. This replaces the Docker orchestration with direct Node.js + PostgreSQL, making the app simpler to set up and run on any OS. - Remove Dockerfiles, docker-compose files, ngrok container, and wait script - Add dotenv to server so it reads .env directly - Default DB connection to localhost:5432 with postgres/password - Point Vite proxy at localhost instead of Docker service hostname - Add root package.json with cross-platform npm scripts - Update .env.template with all required env vars and defaults - Rewrite README with setup instructions for macOS, Windows, and Linux Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm run server/npm run clientpackage.jsonwith cross-platform npm scripts that work on macOS, Windows, and Linuxdotenvto server so it reads.envdirectly (previously injected by Docker Compose)Test plan
cp .env.template .envand fill in Plaid keysnpm run install:allinstalls both client and server depsnpm run db:createinitializes PostgreSQL tablesnpm run serverstarts backend on port 5001npm run clientstarts frontend on port 3001🤖 Generated with Claude Code
Claude Session: 6c37be24-fabc-4e72-96dc-827ce4b7e635