Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

sergeyd108/omdb-backend

Repository files navigation

omdb-backend

Clone from GitHub

  • Using SSH:

    git clone [email protected]:sergeyd108/omdb-backend.git
  • Using HTTPS:

    git clone https://github.com/sergeyd108/omdb-backend.git

Running dev server

dotnet run 

Default URL is http://localhost:5099/.

Configuration

Create an appsettings.Development.json with the following content:

{
  "App": {
    "ApiKey": "<your OMDb API key>"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages