The purpose of this project is for a user to be able to annotate on an overlay which sits on top of Google Maps and share a personalized experience with another user.
Run npm install from root directory to add server side dependencies
cd into client and run npm install to run client side dependencies
If running locally, run mongod to connect to mongodb or create a .env file and add a prop called DATABASE with a link to your mongo database
From root directoy run npm run dev to run client and server