[WIP] Init: README, CI, Docker, deploy & infra skeleton#7
Open
Copilot wants to merge 2 commits into
Open
Conversation
Co-authored-by: Grar00t <239743497+Grar00t@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add initial README and setup instructions
[WIP] Init: README, CI, Docker, deploy & infra skeleton
Nov 25, 2025
SULIMAN ALSHAMMARI (Grar00t)
approved these changes
Nov 30, 2025
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.
Sprint 0 bootstrap: adds foundational project structure, containerization, CI/CD workflows, and infrastructure skeleton for the GrAtech AI Dashboard.
Files Added
README.copilot.md— Project overview, local dev instructions, repo structure (suffix added sinceREADME.mdexists).env.example— Environment template (Vite frontend, FastAPI backend, Azure services)docker-compose.yml— Multi-service setup: frontend (nginx:80), backend (uvicorn:9000), vectorstore (redis:6379)Dockerfiles
frontend/Dockerfile— Multi-stage Vite build → nginxbackend/Dockerfile— Python 3.11 + uvicornCI/CD Workflows
.github/workflows/ci.yml— Build/test on PR and push to main.github/workflows/deploy-pages.yml— GitHub Pages deployment fromfrontend/distInfrastructure
infra/main.tf— Terraform skeleton (Azure provider, resource group)Docs
pitch-deck.md— Pitch outlineOriginal prompt
Create a new branch copilot/init-sprint0 and open a DRAFT pull request against main that adds the following files to the Grar00t/gratech-ai-dashboard repository. If any file path already exists, add the file with suffix .copilot (e.g., README.copilot.md) instead and note this in the PR body.
Files to add (paths and exact contents):