Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Angular 5 web site + nodeJs server + MySql that allows you to manage an university database.

Notifications You must be signed in to change notification settings

Pater999/angular-gestione-studenti-uni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-gestione-studenti-uni

Angular 5 web site + nodeJs server + MySql that allows you to manage an university database.

Struttura delle cartelle:

  • Conf_MySql → cartella contente uno script di creazione e uno di popolamento del database
  • Screenshot → raccolta di screenshot dell'applicazione
  • _Client → front-end sviluppato in angular
  • _Server → back-end sviluppato in Node.js

Avviare il progetto:

  • Clonare il progetto nel proprio computer git clone https://github.com/Pater999/angular-gestione-studenti-uni.git
  • Installare MySql ed eseguire lo script di creazione e successivamente quello di popolamento
  • Installare Node.js e Angular npm install -g @angular/cli
  • Aprire un prompt dei comandi nella cartella _Client ed eseguire npm start
  • Aprire un prompt dei comandi nella cartella _Server ed eseguire node server.js

Alcuni screenshot dell'applicazione:

PaginaCorsi.png

PaginaCorsiInserisci.PNG

PaginaDipartimenti.PNG

PaginaDocenti.PNG

PaginaScuole.PNG

PaginaStudenti.PNG

PaginaStudentiDettaglio.PNG

PaginaStudentiEsami.PNG

PaginaStudentiEsamiInserisci.PNG

PaginaStudentiLingue.PNG

PaginaStudentiModifica.PNG