Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.56 KB

CW-WebApiStarter

Elements from nuget

  1. ELMA - Exception and action logging http://url:port/elmah.axd
  2. Log4Net - Logging
  3. Autofac - Dependency Injection
  4. Automapper - Mapping
  5. Swagger - Swashbuckle - Endpoint representation http://url:port/swagger/ui/index
  6. Dapper - ORM

Update-Package -Reinstall

File 'App_Start\SwaggerConfig.cs' already exists in project 'WebAPISample._____'. Do you want to overwrite it? [Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "N"):y

Update Project set the start page to be swagger/ui/index

Update Specs by replaceing WebExample with ProjectName in whole project and updating the references to be ProjectName.dll and ProjectName.DataAccess.dll