Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okandavut/tourism-microservices

This project developed for learning how is the ASP .NET Core Microservices and Ocelot working. Project has two ASP .NET Core Microservice and one API Gateway which is working with Ocelot. Also includes the ElasticSearch for log requests and responses.
https://github.com/okandavut/tourism-microservices

ocelot-gateway

Last synced: 2 days ago
JSON representation

This project developed for learning how is the ASP .NET Core Microservices and Ocelot working. Project has two ASP .NET Core Microservice and one API Gateway which is working with Ocelot. Also includes the ElasticSearch for log requests and responses.

Awesome Lists containing this project

README

        

Tourism Microservices

## Table of Contents

- [Introduction](#introduction)
- [Structure](#structure)
- [Technologies](#technologies)
- [Feedback](#feedback)
- [Build Process](#build-process)
- [Contributors](#contributors)

## Introduction

This project developed for learning how is the ASP .NET Core Microservices and Ocelot working. Project has two ASP .NET Core Microservice and one API Gateway which is working with Ocelot. Also includes the ElasticSearch for log requests and responses.

## Structure
- Api-gateway (.NET Core 3.1 Project with Ocelot)
- Hotels Api (.NET Core 3.1 Project)
- Tours Api (.NET Core 3.1 Project)

![Project structure](/project-structre.png)

## Technologies

- [ASP .NET Core 3.1](https://docs.microsoft.com/)
- [Ocelot](https://github.com/ThreeMammals/Ocelot)
- [Elastic Search - Kibana](https://www.elastic.co/)
- [PostgreSQL](https://www.postgresql.org/)

## Feedback

Feel free to send me feedback on [Twitter](https://twitter.com/okandavutcom) or [file an issue](https://github.com/okandavut/tourism-microservices/issues/new). Feature requests are always welcome. If you wish to contribute, please open your pull request and add me reviewer.

If there's anything you'd like to chat about, please feel free send me dm on [Twitter](https://twitter.com/okandavutcom)!

## Build Process

- Clone the projects
- Download PostgreSQL and create ToursDb and HotelsDb (check appsettings.json for db and user informations.)
- Open with Visual Studio or launch with "dotnet run"
- Add author to reviewer before PR merge.

## Contributors



Okan DAVUT

🚇 ⚠️ 💻

## LICENSE
[MIT](LICENSE)