Skip to content

dpoarch/Dotnet-TMDB-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

The MovieDB Assessment

Getting Started

  1. Run the following command dotnet restore
  2. Open an editor and configure the connection string on appsettings.json
  "ConnectionStrings": {
    "AbstractConnectionString": "server=DESKTOP-4T30FEI\\SQLEXPRESS;database=demoapp;Trusted_connection=true"
  },
  1. Run the command Update-Database to migrate EF to your SQL server
  2. Run command dotnet run to start the project

the API will now run at http://localhost:44374/swagger/index.html

Endpoints

[POST] https://localhost:44374/api/Movie/Search

Request Body

{
    "userId": 1,
    "search": "superman"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages