Skip to content

tugaycalik/GymWorkout

 
 

Repository files navigation

#Description This is a project for testing Web. It started with MVC4 and now it's with MVC5.

The project is a web workout software. You can build your workout. The project is not a usable one. It's really just for fun and to learn .Net Framework. The goal is to keep it as simple as possible without having overwhelming layers.

This project as multiple articles in my Asp.Net MVC Blog

##To create the database.

  1. Create a new database called "WorkoutPlannerDb" to the (localdb)\v11.0
  2. Execute the migration tool with these two commands:
  3. update-database -ConfigurationTypeName "ConfigurationIdentity"
  4. update-database -ConfigurationTypeName "Configuration"

##Series Articles

About

This is a Asp.Net MVC 4 migrated to MVC5 project to try and learn best practice with .Net Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • C# 29.2%
  • CSS 2.3%