AbdulRafay / OGDBackendAPI

This repo contains .net core project, which serves as a middle-ware to consume video and movie DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OGDBackendAPI

Projects:

  • OGD Assignment (Web Proj)
  • MovieSearch (Lib Proj)
  • APIClient (Lib Proj)

Requirements:

  • Local installation of Redis server at 127.0.0.1
  • If you want to run without cache please set cache:false in searchsettings.json in MovieSearch project
    • comment out following Redis config in MovieSearch\StartupExtensions.cs
            services.AddDistributedRedisCache(option =>
                {
                  option.Configuration = "127.0.0.1";                
                });
    
    

Build with visual studio

Documentation

About

This repo contains .net core project, which serves as a middle-ware to consume video and movie DB


Languages

Language:C# 100.0%