Drink Rating System: Difference between revisions

From CS486wiki
Jump to navigationJump to search
Content deleted Content added
Line 9: Line 9:


== Technical Details ==
== Technical Details ==

----
Web Application: ASP.NET MVC 4(C#), jQuery, Twitter Bootstrap, Less, WCF Web Service( MSSQL Server Express Edition )
Web Application: ASP.NET MVC 4(C#), jQuery, Twitter Bootstrap, Less, WCF Web Service( MSSQL Server Express Edition )
iPhone Application : iOS6 Tabbed View Application (Objective-C), AFNetworking, SVGeocoder,MBProgressHUD, WCF Web Service( MSSQL Server Express Edition )
iPhone Application : iOS6 Tabbed View Application (Objective-C), AFNetworking, SVGeocoder,MBProgressHUD, WCF Web Service( MSSQL Server Express Edition )

Revision as of 00:37, 5 May 2013

Introduction

Purpose of This Project

Problems in Today's Rating Systems and Our Solution

Technical Details


Web Application: ASP.NET MVC 4(C#), jQuery, Twitter Bootstrap, Less, WCF Web Service( MSSQL Server Express Edition ) iPhone Application : iOS6 Tabbed View Application (Objective-C), AFNetworking, SVGeocoder,MBProgressHUD, WCF Web Service( MSSQL Server Express Edition ) Web Service : Written in C#, JSON as response, Stored Procedures for connections.

Web Application

iPhone Application

Login Screen

Main Screen

Nearby Screen

Profile Screen

Location Screen

top40 Screen

Place Information Screen

Drinks Screen

Web Service (WCF)