aarshtalati / MovieApp

Sample Movie Web App in HTML5 CSS3 and Pure ASP.NET MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An application that allows users to:

  • Search for a Title by it's name.
  • Display the titles that match the above criteria.
  • Allow the user to pull up detailed information about a selected title from the list.
  • Look in the email we sent you for any additional requirements (if any).

Data

The database that contains the title data is provided in 4 forms: MongoDB, SQL Server Express, SQL Server CE and Azure SQL. For mobile applicants, there is also a HTTP api that returns the data as JSON. Unless otherwise directed, you can use any one of these for the exercise. Each one has the same data, so only choose one.

MongoDB

The connect string for the Mongo database is: mongodb://readuser:reader1234@SG-mssmongodev02-874.servers.mongodirector.com:27017/dev-test

SQL Server

The SQL Server Express files are in the repository under "database\SQL Server Express...". Look at Readme.txt for clues for getting your database installed.

The SQL Server CE file is in the repository as "database\SQL Server CE\Titles.sdf".

SQL Server [Azure]

Example connection string:

HTTP Api

For mobile candidates, you can find the http api at http://dc.tbs.io

Enhancements :

  • Did my best to impress you!
  • Lint-ed my javascript
  • new technologies (i.e. Angular, media queries, MVC 4, Handlebars).
  • Creativity: Don't like the way it is? Feel free to enhance this app as you see fit.

Screen shots :

Image could not be loaded
Image could not be loaded
Image could not be loaded
Image could not be loaded
Image could not be loaded
Image could not be loaded
Image could not be loaded

About

Sample Movie Web App in HTML5 CSS3 and Pure ASP.NET MVC


Languages

Language:HTML 68.5%Language:PowerShell 23.4%Language:C# 6.2%Language:CSS 1.3%Language:JavaScript 0.5%Language:ASP 0.0%