https://github.com/lucasfogliarini/movietheaterapi
Movie Theater Api using AspNetCore 5
https://github.com/lucasfogliarini/movietheaterapi
aspnetcore aspnetcorewebapi entity-framework-core netcore5
Last synced: 2 months ago
JSON representation
Movie Theater Api using AspNetCore 5
- Host: GitHub
- URL: https://github.com/lucasfogliarini/movietheaterapi
- Owner: lucasfogliarini
- Created: 2021-03-12T19:10:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T20:42:21.000Z (about 4 years ago)
- Last Synced: 2024-12-31T02:25:34.095Z (4 months ago)
- Topics: aspnetcore, aspnetcorewebapi, entity-framework-core, netcore5
- Language: C#
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Theater Api
## Setup Api
- [Install .NET 5 with Visual Studio](https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=net50#install-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](https://docs.microsoft.com/en-au/ef/core/providers/in-memory/?tabs=vs)
- Open the api with the swagger interface on the server **http://localhost:1100**
## Setup UI
See instructions in [MovieTheaterUI](https://github.com/lucasfogliarini/MovieTheaterUI)