Prerequisites:
1 - Create a MySQL DB and update the database credentials found in the .env
file
2 - Proceed with the installation of the dependencies with yarn install
3 - Proceed to database migrations with the yarn db:up
command to update and create project tables.
4 - Run yarn dev
to start the client and also the server.
The test login user for the app is user: test password: test
Prerequisiti:
1 - Creare un DB MySQL e Aggiornare le credenziali dell database appena creato nel file .env
2 - procedere a installare le dependencys con yarn install
3 - procedere a le migrations del database con il comando yarn db:up
per aggiornare e creare le tabelle del progetto.
4 - yarn dev
per avviare il client e anche il server.
L'utente di prova è user: test password: test