- Matt Favela
- Julian Carbajal
npm run setup
npm run start:both
- Main main frontend HTML, CSS and JS React code is in /src
- The backend is a seperate server ran from /backend
- IMPORTANT in the DataBase we need to use older support authentication methods so run the following command in a MySql Console
ALTER USER 'YOURUSERNAMEHERE'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOURPASSWORDHERE';
FLUSH PRIVILEGES;