Una dashboard web moderna per il cluster "steffe" per il progetto di calcolo parallelo del prof. Durastante
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Francesco Minnocci 23be1a5e2a
fix: add hostname to cpu.sh
5 months ago
backend fix: add hostname to cpu.sh 5 months ago
cmd/server chore: more scaffolding 1 year ago
frontend aggiunti grafici e cambiato temperatura in voltaggio 1 year ago
meta Initial commit 1 year ago
.env.default Initial commit 1 year ago
.gitignore Initial commit 1 year ago
README.md chore: updated readme 1 year ago
go.mod fix: go mod tidy 1 year ago
go.sum fix: go mod tidy 1 year ago
package-lock.json feat: stile della pagina principale della dashboard 1 year ago
package.json chore: more scaffolding 1 year ago
pnpm-lock.yaml chore: more scaffolding 1 year ago
vite.config.js feat: stile della pagina principale della dashboard 1 year ago

README.md

Cluster Dashboard

Una dashboard web moderna per il cluster "steffe" per il progetto di calcolo parallelo del prof. Durastante.

Features

Architecture

Questo progetto è stato generato dal template, alcune informazioni sull'architettura di questo progetto si trovano su https://github.com/aziis98/go-vite-kit

Usage

To setup the project first install the required npm packages

# Install all JS dependencies
$ npm install

then you can start versioning the lock file of your package manager.

Development

# Development
$ MODE=dev go run -v ./cmd/server

# Development with watcher
$ fd -e go | MODE=dev entr -r go run -v ./cmd/server

Production

You can build everything with the following command, it will build first the frontend and then the backend and generate ./out/server.

$ npm run build
$ go build -o ./out/server ./cmd/server

# Run
$ ./out/server