Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.1 KB

Shoto Build Status

Shoto is a photo sharing service which takes photos from multiple sources and combines them into a single photo stream. The backend is written in node.js and the frontend is written in Backbone.js.

Testing is done in in a Behavior-driven development style using Mocha and uses Travis-ci as a continuous integration server.

Getting Started

You must have these tools installed to get started:

  • Node.js >= v0.8.x
  • npm should be installed with node.js

You then need to install the required npm modules. From a terminal at the root of this project, run:

npm install

Running

To start the server run:

npm start

And then visit the URL shown on the console to view the web application.

Testing

Run all of the tests using:

npm test