Skip to content

Shoto is a photo sharing service which combines photos from multiple cameras into a single photo stream. Written in node.js on the backend and with Backbone on the frontend.

Notifications You must be signed in to change notification settings

kleopatra999/photo_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shoto is a photo sharing service which combines photos from multiple cameras into a single photo stream. Written in node.js on the backend and with Backbone on the frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published