Group: Fabio, Marco, Alessandro, Orlando, Vittorio.
https://github.com/Bonnolo/Healthcare
Requires:
npm install mysql
npm install fastify
- Install any "Allow CORS" browser extension (https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf)
- Execute healthcare.sql inside database (creates tabels without data)
Only for devs:
npm install nodemon
npm install live-server
Getting started:
- Install the required node modules
- Open up Xampp and run mysql
- Open up cmd and run the server.js file
- Open up browser
- Activate and run CORS extension
- Run live server
- Done