MAKE SURE TO START YOU POSTGRESQL SERVER IN ORDER FOR THE APP TO WORK
After pulling the application from git run the following commands:
npm run get-started: This will created a databased named goal-catcher on your machine, populate the database with the required data, and initialize the front end and back end of the application
npm run dev: This will concurrently run the back end and front end of the app allowing you to run the app in full functionality