WebApiMovies is an ASP.NET Core API that provides information about movies, actors, and user reviews. This API allows users to query movie details, retrieve actor information, and read or submit user reviews for movies.
- Get a list of movies.
- Get details of a specific movie.
- Get actors for a specific movie.
- Read user reviews for movies.
- Submit user reviews for movies.
- ASP.NET Core
- Entity Framework Core
- SQL Server (or any other compatible database)
- Swagger for API documentation
- Docker (optional)
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License.