Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 928 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 928 Bytes

Fint Core Consumer State

This project is a RESTful API designed to manage and validate consumer deployment information for specific domains, packages, and organizations. It provides basic CRUD operations (POST, PUT, GET, DELETE) for handling consumer state data, along with additional data validation and component/resource management capabilities.

Overview

The Consumer State API enables tracking and updating consumer configurations across various domains, packages, and organizations, allowing you to define which resources are available, writeable, and cacheable for each consumer. With this API, you can:

  • Retrieve a list of all consumer configurations
  • Add new consumer configurations
  • Update existing consumers with partial or complete updates
  • Delete consumer configurations

Installation and Setup

  1. Clone the repository.
  2. Run docker-compose up -d
  3. Set IDE profile to local
  4. Start the application