Omar-ALkhateeb / movie-search-api

asp.net 3 core api with elasticsearch and liteDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movie-search-api

asp.net 3 core api with elasticsearch and liteDB

acknowledgements

based on This stackoverflow answer

usage

start elasticsearch

docker run -d -p 9200:9200 -p 5601:5601 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.11.2

go to /swagger to learn the api routes

About

asp.net 3 core api with elasticsearch and liteDB


Languages

Language:C# 100.0%