It is image uploading and sharing platform. Any user can log in using his/her facebook account. And then he/she can view the images uploaded by other users.
To run it locally you need to have Node.js and mongoDB installed in your machine. First you have to run the mongodb using mongod command. Then you have to use npm start command to run the server.
And you are done. Just visit @ localhost:3000 in your browser.