DevOps (original) (raw)

Running the Application Locally

Manga is a cross-platform application, you can run it from Mac, Windows or Unix. To develop new features, you may use Visual Studio or Visual Studio Code ❤️.

The single requirement is to install the latest .NET Code SDK.

We made available scripts to create and seed the database quickly via Docker.

Finally to run it locally use:

dotnet run --project "src/WebApi/WebApi.csproj"

Running the Tests Locally

Run the following command at the root folder:

Continuous Integration & Continuous Deployment

version: '1.0.{build}' image:

Add a custom footer