Applicazione web per la gestione di allenamenti, piani fitness e community.
Per agevolare la configurazione, sono state utilizzate
| Variabile | Descrizione | Default |
|---|---|---|
| DB_URL | URL JDBC del database PostgreSQL | jdbc:postgresql://localhost:5432/FitHub |
| DB_USERNAME | Username del database | postgres |
| DB_PASSWORD | Password del database | abacus |
| GEMINI_API_KEY | API Key per Google Gemini AI | dummy |
usare il file dump in FitHub-db
cd FitHub-ng
npm install
npm install --save-dev @types/leafletAbbiamo creato alcuni utenti di test per facilitare il test del sistema.
| Password | descrizione | |
|---|---|---|
| antonio@fithub.it | pass123 | utente normale |
| alessandro@fithub.it | pass123 | utente admin |
| irene@fithub.it | pass123 | utente normale |
| simone@fithub.it | pass123 | utente bannato |
| Per registrarsi come amministratore abbiamo messo un button in fondo alla home |