Used https://nodejs.org/de/docs/guides/nodejs-docker-webapp/
Requires npm, node and a local mysql server running
The database connection details in app.js needs configuring with an account with root privaleges to create the database
Unable to get Docker to work with the MySQL local server
- Clone repository
- Configure the MySQL login details in app.js on line 15-17
- When inside root of folder run: npm install
- cd into client folder: cd client
- When inside client folder run: npm install
- cd into root folder and run: npm start
- This should start the node.js express server and the React website server
- App should be on http://localhost:3000