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

Languages