FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

mortzi/Reda: An implementation for https://github.com/albumprinter/dotnet-engineer-assignment · GitHub

/ Reda Public

Repository files navigation

Reda

This repository holds an implementation for the test assignment.

A try to domain driven approach.

How to run

  • Run SqlServer

    docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=<YourStrong@Passw0rd>" `
    -p 1433:1433 --name sql-dev -h sql-dev `
    -d mcr.microsoft.com/mssql/server:2022-latest
    
  • Apply database migrations

    dotnet ef database update --project .\src\Reda.DataAccess\ -- "Server=127.0.0.1,1433;Database=Reda;User Id=SA;Password=<YourStrong@Passw0rd>;Trust Server Certificate=true"
  • Run the API project

    dotnet run --project .\src\Reda.Api\
  • Open browser https://localhost:7042/swagger/index.html

Technologies

  • ASP .NET 7
  • Sql Server

Libraries

  • MediatR
  • EntityFramework
  • FluentValidation
  • xunit
  • Moq

About

An implementation for https://github.com/albumprinter/dotnet-engineer-assignment

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL