Add Docker/FastAPI scaffolding, static frontend serving, and fake sign-in - #13
Open
Ace122301-blip wants to merge 1 commit into
Open
Add Docker/FastAPI scaffolding, static frontend serving, and fake sign-in#13Ace122301-blip wants to merge 1 commit into
Ace122301-blip wants to merge 1 commit into
Conversation
…n-in Implements Parts 1-4 of docs/PLAN.md: an enriched project plan and frontend/AGENTS.md (Part 1); a FastAPI backend managed with uv, a single Dockerfile, and start/stop scripts proven with a hello-world round trip (Part 2); statically exporting the Next.js Kanban demo and serving it from FastAPI, plus the previously-missing card-editing feature (Part 3); and a hardcoded-credential login/logout flow with session cookies gating the board (Part 4). Co-Authored-By: Claude Sonnet 5 <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.
Implements Parts 1-4 of docs/PLAN.md.
Summary
/, plus the previously-missing card-editing featureTest plan
uv run pytestin backend/ (7 passed)npm run test:unitin frontend/ (14 passed)npm run test:e2e(rich Playwright suite againstnext dev, auth mocked via route interception)npm run test:e2e:smoke(Playwright against the real Dockerized FastAPI-served build, incl. login flow)docker build+scripts/start/scripts/stopverified end-to-endPart 5 (database modeling) requires a separate sign-off before backend routes are built on top of it, per docs/PLAN.md.
🤖 Generated with Claude Code