Skip to content

softwareone-platform/ffc-finops-operations

Repository files navigation

Ruff Quality Gate Status Coverage

SoftwareOne FinOps for Cloud Operations API

The Operations API enables SoftwareOne to manage the FinOps for Cloud tool. It supports the provisioning and administration of FinOps for Cloud organizations and users, as well as the management of datasource entitlements.

Create you .env file

You can use the env.example as a bases to setup your running environment and customize it according to your needs.

Run tests

docker compose run --rm app_test

Run for Development

docker compose up app

Build production image

To build the production image please use the prod.Dockefile dockerfile.

Important

Developers must take care of keep in sync dev.Dockerfile and prod.Dockerfile.