Skip to content

Using Leaflet, user can leave a message with their location

Notifications You must be signed in to change notification settings

Woongsik/guestMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published