Woongsik / guestMap

Using Leaflet, user can leave a message with their location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUEST MAP

User can leave a message with their location. Basically, Leaflet-react and MERN enviroment (MongoDB, Express, React, Node) are used.

Requirements

  • node ^4.5.0
  • npm ^3.0.0

Install from source

Make sure you have npm installed globally.

1. Clone the project:

$ git clone https://github.com/Woongsik/guestMap.git
$ cd guestMap

2. Install depencies:

$ 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

4. Navigate to http://localhost:3000

About

Using Leaflet, user can leave a message with their location


Languages

Language:JavaScript 80.6%Language:CSS 17.6%Language:HTML 1.8%