Kube-mysql is a Web Console in order not to use Kubectl
- Main Page
- Details Page
- Developing....
1. Download Client, Server Codes
- The server code must be located in the same folder path as kube-mysql and kube-common.
2. Package Install & Run ( Serverside )
server
cd server
go install
go run server.go
client
cd client
npm install
npm run start:test
webpack bundle file execute
cd dist
In intellij => index.html => open in Browser => chrome
Cypress - E2E Test
npm run test:cypress
- click integration/App.e2e.js
StudyFile - Files Link