xlfe / photos

Google Photos clone built on Google App Engine and Ember.JS

Home Page:https://slide-night.appspot.com/albums/5759409141579776

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

Slidenight was a project to create a Google Photos style photo hosting site on the Google Cloud Platform using Google App Engine Python that was developed in 2014/2015.

It is no longer in development

Features:

  • Responsive interface (Ember.JS)
  • Utilise Google Cloud Storage for storing photos
    • Automatically gets free thumbnail storage
  • Search metadata in browser (all photo data loaded into browser)
  • Photos lazily loaded just below the browser window viewport
  • Lightbox supporting lazy loading of full-size images with left/right pre-fetch
  • Arbitrary tagging support
  • Smart upload to galleries (Duplicate detection client side, parallel uploads)
  • Comments support
  • live gallery syncronisation of changes between users using Channel API
  • Fine grained permissions
    • comment
    • delete
    • edit
    • move
    • sort
    • upload
    • user add/delete
  • Email notifications

You can view an example gallery here.

About

Google Photos clone built on Google App Engine and Ember.JS

https://slide-night.appspot.com/albums/5759409141579776

License:GNU Affero General Public License v3.0


Languages

Language:Python 61.0%Language:JavaScript 24.8%Language:HTML 8.3%Language:CSS 5.9%