Skip to content

hypershift-community/teamspace-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teamspace Manager

A web application for managing Openshift Teamspaces with GitHub authentication.

⚠️ DISCLAIMER: EXPERIMENTAL AI-GENERATED PROJECTS ⚠️

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.

Prerequisites

  • Go 1.24 or later
  • Node.js 16 or later
  • Kubernetes cluster
  • GitHub OAuth application

Setup

Frontend

  1. Install dependencies:

    cd frontend
    npm install
  2. Build the frontend:

    npm run build

backend

  1. Start the backend server:

    cd backend
    go run cmd/server/main.go
  2. The application will be available at http://localhost:8080

About

A web application for managing Openshift Teamspaces with GitHub authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published