Restructure project with FastAPI backend and React frontend#16
Merged
kernelcoffee merged 1 commit intomasterfrom Jan 15, 2026
Merged
Restructure project with FastAPI backend and React frontend#16kernelcoffee merged 1 commit intomasterfrom
kernelcoffee merged 1 commit intomasterfrom
Conversation
779be20 to
5930c87
Compare
Complete rewrite of SteamSelfGifter with modern architecture: Backend (FastAPI + SQLAlchemy): - REST API with Pydantic schemas - SQLite database with async SQLAlchemy - Repository pattern for data access - Service layer for business logic - Background scheduler with APScheduler - WebSocket support for real-time updates - Alembic database migrations - Safety check background worker Frontend (React + TypeScript + Vite): - TanStack Query for data fetching - Tailwind CSS for styling - React Router for navigation - Zustand for UI state Infrastructure: - Multi-stage Dockerfile for single-container deployment - Docker Compose configuration - GitHub Actions for CI/CD (tests + Docker publish) - Updated documentation --- Developed with AI assistance (Claude)
5930c87 to
4c2c9c4
Compare
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.
Complete rewrite of SteamSelfGifter with modern architecture:
Backend (FastAPI + SQLAlchemy):
Frontend (React + TypeScript + Vite):
Infrastructure:
Developed with AI assistance (Claude)