Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 913 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 913 Bytes

Description

The playground for C# and Go languages.

CoderRunner.demo.mp4

How to run locally

Clone the repository and run the command in the repo's directory:

docker compose up

Wait for all of the containers to start then go to http://localhost:8080 in a browser.

Used techs

  • C# / .NET 7
  • ASP.NET Core Minimal API and modular approach
  • Quartz.NET
  • Redis
  • Kafka
  • MongoDB
  • Vue.js
  • Docker

Some of the technologies listed above are used as "tech for tech's sake" :)

Project structure

The project is created using a microservice approach with the Database-per-Service Pattern

Project structure