Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cristhian-dlrs/techdemon5

This project serves primarily as a proof of concept, showcasing various features and implementations for demonstration purposes.
https://github.com/cristhian-dlrs/techdemon5

clean-architecture cqrs ddd dotnet-core elasticsearch kafka railway-oriented-programming

Last synced: 6 days ago
JSON representation

This project serves primarily as a proof of concept, showcasing various features and implementations for demonstration purposes.

Awesome Lists containing this project

README

        

# TECHDEMO API

.NET technical demo api.

Disclaimer: This project serves primarily as a proof of concept, showcasing various features and implementations for demonstration purposes.

## Requirements

There is only one requirement to run this application in your machine:

- Docker

## Getting Started

- Clone the repository.

```
git clone https://github.com/Cristhian-dlrs/TechDemoN5.git
```

- Build the application with docker compose.

```
docker compose up -d --build
```

- Use the http files in the [requests](requests/) folder to test the different endpoints.