Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 752 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 752 Bytes

Cloud Playground

Welcome to my playground. Here I study and learn technologies that are new for me. This application will be published to my host.

Key Features

TODO

Getting Started

Prerequisites

Download the following software

  • Docker
  • .NET 8 SDK

Installation

Installation guide for your development environment

Option 1: From Docker

  • Clone this repository
  • Run this command in the root folder:
docker compose --profile all up

Option 2: From your editor

  • Clone this repository
  • Run this command in the root folder:
docker compose up
  • Set this projects as startup:
    • Api.MessageBus
    • Api.Web
  • Press run

Running the tests

TODO

Deployment

TODO

Documentation

TODO