Skip to content

sumant30/ces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CES

Project created in VS 2019, with dotnet core 3.1.

It has a project structure of

  1. Api - Contains all the controller actions.

  2. Entities - Contains all the common entities, enums and interfaces which is used across the project.

  3. Core - Contains the bussiness logic for the solution.

  4. Repository - Contains data access logic done with Dapper ORM.

Steps for running the project

  1. First run the Create Table script. https://github.com/sumant30/ces/blob/master/CES.DbScripts/CreateTables.sql
  2. Secondly run the Create Procedure script. https://github.com/sumant30/ces/blob/master/CES.DbScripts/CreateProcedures.sql

Note : Scripts can be found under https://github.com/sumant30/ces/tree/master/CES.DbScripts