Skip to content

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.

License

Notifications You must be signed in to change notification settings

rameshwky/BoxOffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoxOffice

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.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. At the root directory, restore required packages by running:
    dotnet restore
    
  3. Next, build the solution by running:
    dotnet build
    
  4. Run migration within BoxOffice.Persistence by running: dotnet ef database update
  5. Launch [https://localhost:55218/swagger] to see list of API's and schema in swagger.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages