A web application for managing Openshift Teamspaces with GitHub authentication.
This repository contains prototype projects created primarily through AI assistance. Both the code and documentation were largely generated by AI as experiments in AI-assisted development.
- Go 1.24 or later
- Node.js 16 or later
- Kubernetes cluster
- GitHub OAuth application
-
Install dependencies:
cd frontend npm install -
Build the frontend:
npm run build
-
Start the backend server:
cd backend go run cmd/server/main.go -
The application will be available at
http://localhost:8080