User can leave a message with their location. Basically, Leaflet-react and MERN enviroment (MongoDB, Express, React, Node) are used.
- node
^4.5.0
- npm
^3.0.0
Make sure you have npm installed globally.
$ git clone https://github.com/Woongsik/guestMap.git
$ cd guestMap
$ cd client
$ npm install # Install project dependencies
$ npm start # Compile and launch on local environment
$ cd .. # To back to sport-management folder
$ cd server
$ npm install # Install project dependencies for backend side
$ node index # To run the server