Jose Sanchez Gonzalez and Sevban Sonmez and Benjamin Price and Laney Tran
- Install Node
- Install mysql with NPM (code currently assumes it is installed into the server_page_interaction_prototype folder)
To run our prototype server, open a command prompt in the root folder of the project and enter the following:
node .\server\server.js
This will run our server listening on port 8000, you can access it by going to this page: http://localhost:8000