Skip to content

sdurandeu/running-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ASP.NET MVC + Angular.js Sample: Running Counter

How to Run the Solution

  1. Open code\RunningCounter.sln using Visual Studio 2013/2015.
  2. Press F5 to run it. Entity Framework will create a new empty database for the app (and an .mdf file under the App_Data folder).

Technologies and Frameworks

  • ASP.NET MVC 5 + Web API 2.2
  • Angular.js 1.4.3 + Angular UI Bootstrap
  • Boostrap 3
  • OAuth2 Resource Owner Password Credentials Grant

Code Style

TODO

  • Change Time pickers for a Select with list of times every half-hour
  • When editing meals inline use the Boostrap DatePicker instead of the standard one from the browser
  • Loading/delete animations
  • Show average kilometers per day
  • Add "Remember Me" button (localStorage/sessionStorage)
  • Add RequireHttps attribute in controllers
  • Add JSONP CSRF blocking prefix

Notes

  • AntiForgery token validation is not necessary in this scenario as we are using explicit tokens for authentication

About

Sample ASP.NET MVC + Angular.js app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published