GeoChatTeam/geochat
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
How to begin GeoChat development: 1) if cloning by https: - git clone https://github.com/GeoChatTeam/geochat.git if cloning by ssh: - git clone git@github.com:GeoChatTeam/geochat.git 2) cd into geochat root directory - cd geochat 3) install dependencies - npm install 4) install mongodb on mac with homebrew - brew update - brew install mongodb 4) start mongo dameon - mongod 3) start the geochat server - node app.js