Johnobasi / BettingWebbApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frameworks - Libraries

ASP.NET MVC (version 5) Entity Framework6.2. Ninject4. Moq RepositoryPattern

Running Project Open the project with Visual Studio.

in web.configfile change the connection string according to your system.

In package manager console run the following commands;

  • enable-migrations

  • add-migration "Betting"

  • update-database

Run the project. Go to http://localhost:http://localhost:49939/ to see all Odds (GIG-POC-1, GIG-POC-2, GIG-POC-3)

Go to http://localhost:http://localhost:49939/Admin/Index for admin (GIG-POC-4, GIG-POC-5) Enjoy

PROJECT CHALLENGES

i. I worked over the weekend at home with no internet to push this project to github upon start of development. ii. Had issues installing bitbucket extension iii. Choice of MVC5 is upon flexibility afforded me on the "Development guideline" section of Test_doc

About


Languages

Language:C# 57.4%Language:HTML 41.4%Language:CSS 0.9%Language:ASP 0.3%