A Health Web app that is created using ReactJS, Node.js, Express, MySQL.
How to correctly install this repo:
- Clone from branch of choice.
- Install the MySQL file to a MySQL database sever of your choice (XAMPP or MySQL Workbench is what was used)
- Run "npm install" in both the client and server folder
- Navigate to the "server" folder and run the command; 'Node index.js'
- Navigate to the "client" folder and run the command; 'npm start'