Skip to content

catalintoma/Mary-Gold

Repository files navigation

Marigold

Source code for the Marigold reservation website

Higlights

  • ASP Core
  • Unit of work \ repository thanks to Arch
  • Dto <-> Model mappings thanks to AutoMapper
  • API Documentation thanks to Swashbuckle
  • Paging helpers thanks to Hieudole
  • BLL layer for separating UI from Data layer

Development (a lot easier with VS Code and this extension)

Tested with SQL Server express 2016

In order to use another database,change connection string from appsettings.json

  • Clone repository
  • Restore dependencies
dotnet restore
dotnet build
dotnet run

API

You can view the API generated docs at this endpoint

The API provides an extenson point for

  • viewing services
  • adding a new service

Diagrams

You can check general flow and schema diagram in the Diagrams folder

TODO's

Follow this page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published