##Technology stack:
###Front-end
AngularJS
CoffeeScript(instead of Javascript)
Jade(instead of HTML)
Bootstrap
###Back-end
Node.js
Sails
Express.js
socket.io
MongoDB
Redis
WebApp is currently hosted on heroku
User accounts are stored on our server. (Github repo)
Sessions are stored on redis cloud
Database is hosted on mongolab
Movie data provided by themoviedb
Cinemas and tickets info provided by fandango
Sign up page with both client and server side validation
Movie info page
Movie search page
Popular movies page with infinite scrolling
registered users list (admin page in the future)
Very simple user profile
Cinemas near you, based on your location (location detection not implemented yet. For now just put your zipcode in URL. e.g: cinemas/90001 for Los Angeles)