Skip to content

powerdom00/tech4all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

342 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech4all

Installazioni da condividere per il funzionamento

Lato Front-End

npm install

Lato Back-End

npm install

Per far funzionare il db

  • Copiare e incollare su MySQL, runnare il codice su MySQL e creare il db.

  • Creare (o inserire in) un file di nome ".env" in server inserendo i dati di accesso del proprio DB nelle seguenti variabili:

    DB_HOST=""
    DB_USER=""
    DB_PASSWORD=""
    DB_NAME=""
  • In caso di tentativi di test inserire il file nella cartella "test" in server.

  • Per runnare solo la cartella indicata scrivere nel terminare apposito : npx ts-node nomeFileTest.ts e premere invio.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors