Skip to content

my first ever api with ,net, its a basic api movie crud which i used to learn more about oop, solid and mvc and how it works.

License

Notifications You must be signed in to change notification settings

arthcc/movie-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

49 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ MovieX API

Welcome to MovieX API, your go-to resource for accessing a rich repository of movie-related data. Whether you're a developer building a movie app, a data enthusiast exploring cinematic details, or a content creator looking to integrate movie information, MovieX has you covered.

๐Ÿ“‹ Getting Started

  1. Clone this repo:
git clone https://github.com/arthcc/movie-api
  1. Open VisualStudio and run:
dotnet run
  1. Available methods:
  GET /movie/
  GET movie/${genre}
  GET movie/${title}
  POST /Title, Genre, Runtime, Cast
  DELETE /Id 

โš™๏ธ Required Parameters


| Parameter | Type     | Description                       |
| :-------- | :------- | :-------------------------------- |

| `Genre`      | `string | **Required**. Movie Genre is required |
| `Title`      | `string | **Required**. Movie Title is required |
| `Cast`       | `string | **Required**. Cast name is required   |
| `Id`         | `Guid   | **Required**. Id is required          |
| `Runtime`    | `int    | **Required**.Runtime must be between 70-400 minutes  |

๐Ÿ› ๏ธ Made With

๐Ÿ“„ License

This project is under MIT LICENSE - see LICENSE.md for more details.

About

my first ever api with ,net, its a basic api movie crud which i used to learn more about oop, solid and mvc and how it works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages