Skip to content

MadWorldNL/MantaRayPlan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarCloud CodeQL

MantaRayPlan

TODO

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 src folder:
docker compose --profile all up

Option 2: From your editor

  • Clone this repository
  • Run this command in the src folder:
sudo dotnet workload restore
docker compose up
  • Set this projects as startup:
    • Admin.Bff
    • Admin.Web
    • Viewer.Bff
    • Viewer.Mobile
    • Viewer.Web
    • Api.Grpc *
  • Press run

*This project is required to set as startup project

Running the tests

TODO

Documentation

TODO