Make sure you have the latest version of Node.js installed
Clone the repo: git clone https://github.com/pgutierrez1/gbm-finder
Install the dependencies in both the client and server folders: npm install
Run node dbInit.js in server to seed the database.
Both servers can be started by the command npm start.
A tutorial was referenced in the creation of this project: https://www.youtube.com/watch?v=eM8n55lad1c&t=385s.