Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 587 Bytes

Courses

Technologies used

  • .NET 6
  • MSSQL
  • Swagger
  • EF 6
  • Azure

Application structure

In the Courses solution there are multiple projects:

  • Courses.Core.Domain
  • Courses.Core.Contracts
  • Courses.Core.Application
  • Courses.Infrastructure.Persistence
  • Courses.Presentation.WebApi
  • Courses.Tests.UnitTests

Gettings started

Courses.Presentation.WebApi.csproj should be set as a starting project. Start the application with Kestrel and the url for the Swagger will be "https://localhost:7218/swagger/index.html". There is documentation for every route and model.