Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 588 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 588 Bytes

Google Maps Hackathon - Custom Overlay

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.

Running project

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