database instructions:
- run the sql code to create the database with mysql
- With the current code, the host is localhost, user is "root", password is "password", database name is "appdb", and port is 3306. If unable to create it under these conditions, feel free to change the database.js file with the code that creates the connection.
Instructions to run :
- open terminal
- cd to the project folder
- type "npm install"
- type "npm install mysql"
- type "node server"
- type "npm start" to run project
- Those should be the only packages to run the code correctly but if it doesn't work all of the packages we installed are in the package.json file with the respective versions