560 database assignment
To start the front-end cd into the client folder and run the command "npm start". To see the front-end you must hit localhost:3000.
To start the back-end cd into top directory and run the command "npm start". To the api running you must hit localhost:5000/api/ + whatever backend route you want.
Both commands must be running at the same time.