This project contains the backend and frontend applications of a visit management system
-
Configure the MySQL database on the
API/src/config/bancodados.js
folder -
On the API folder run
npm install
andnpm start
commands -
On the APP folder run
npm install
andnpm run dev
commands