Skip to content

taivastiuku/mylittlefacewhen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyLittleFaceWhen

MyLittleFaceWhen is a simple image sharing web-application. It contains a backend with rest api interface and a javascript frontend. Developed for fun and learning.

Used to power http://mylittlefacewhen.com/

Technologies

List of most important packages that are used.

  • django
  • django-tastypie
  • pystache
  • PIL
  • backbone.js
  • mustache.js
  • jQuery
  • CoffeeScript
  • sass

Requirements

Backend

See requirements.txt

Frontend

Contents

/scrpits/
Contains some script that have been used during development or for maintanence. Some aren't too relevant but are stored as a reference if their functionality is needed in the future.
/static/
Contains frontend stuff. JS, CSS, some images, JS-templates and so on.
/viewer/
Main application. REST API interface.
/templates/
Django templates.
/resizor/
Generates thumbnails. Can be used as a standalone service with small modifications.