Skip to content

imatiqul/criccard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

criccard

Project Structure

Exact.CricCard.Domain

It contains Core elements of the server side application. Here, Entities are implemented by using Entity Framework Code First with SQL Server LocalDB, Logging is implemented by using Log4Net.

Exact.CricCard.Services

It contains the Game Engine. Logger is used in here also.

Exact.CricCard.CricAPI

It contains Restful API. It is implemented by using ASP.NET WebAPI & Dependency Injection by using StructuredMap.WebApi2

Exact.CricCard.WebApp

It c.ontains the client side application. It is implemented by using HTTP, CSS, Bootstrap, Angularjs, Angular Filter & Loading Bar modules

How to run the application

Prerequisites
  • SQL Server Express LocalDB
Exact.CricCard.CricAPI

Build the project with NuGet packages. Host into IIS and change the "Identity" of Application Pool to LocalSystem to access Attached Database which is in APP_DATA. Change the AppSettings for CORS sites access & ConnectionStrings for Database.

Exact.CricCard.WebApp

Build the project with npm & bower Change the API Host & Port in settings.js Host it into IIS or Run by "npm start"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published