- Install .NET 5 with Visual Studio
- git clone https://github.com/lucasfogliarini/MovieTheaterApi
- Run the tests in PrintWayyMovieTheater.Test.Unit
- Run the api PrintWayyMovieTheater.Api using IIS Express. It should:
- Restore the packages.
- Seed data using EF Core In-Memory Database Provider
- Open the api with the swagger interface on the server http://localhost:1100
See instructions in MovieTheaterUI