This is a service for Box office to manage movies with authors and producers. This is written using ASP.NET CORE 2.2, EF CORE, Mediatr, Automapper and FluentValidation using Clean Architecture principle.
Use these instructions to get the project up and running.
You will need the following tools:
Follow these steps to get your development environment set up:
- Clone the repository
- At the root directory, restore required packages by running:
dotnet restore
- Next, build the solution by running:
dotnet build
- Run migration within BoxOffice.Persistence by running:
dotnet ef database update
- Launch [https://localhost:55218/swagger] to see list of API's and schema in swagger.