ThemeKitten / watchlist-webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watchlist web app

##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

What we have so far:

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)

About


Languages

Language:CSS 82.3%Language:CoffeeScript 10.0%Language:JavaScript 7.6%