Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 392 Bytes

ShareWhereServer

This is the server for the ShareWhere application.

To get this running on your computer make sure Node.js is installed. Navigate to the root of the repository in command line or terminal and type "npm install", this will sort out all of the ShareWhereServer dependencies.

To run the server use the command "node server.js" to run in debug mode use, "node debug server.js"