A responsive web app that allows users to collaboratively create maps which list multiple "points". For example: "Best Places to Eat Around Town" or "Locations of Movie Scenes".
Khin Mo Mo Zin, Katherine Nishimura
Clicking on individual map will take you to map detail page where you can see Point added to current map
Map owner can add other existing users to be the contributor of the map, that mean they can add in points to the map too
User can add new point to current map by click anywhere on the map, that will populate the fields with deatils information of selected location
User can view all the map taht has been shared by another user as a contributor and add points in it
psql
CREATE DATABASE midterm;
cd wikimap
npm install
npm rebuild node-sass
npm run db:reset
npm run local
Visit http://localhost:8080/
- Node 10.x or above
- NPM 5.x or above
- PG 6.x








