This repository contains a set of C# tools designed to interact with and manage our API before the full front-end implementation is complete. These tools enable basic operations such as importing, saving, updating, and creating entities.
- Purpose: Import data into the API from various sources.
- Usage: Configure the source file and run the tool to automatically import data into the specified entity.
- Purpose: Save new entities to the API.
- Usage: Define the entity details in the configuration, and the tool will handle saving it to the API.
- Purpose: Update existing entities in the API.
- Usage: Specify the entity ID and new data, and the tool will perform the update.
- Purpose: Create new entities in the API.
- Usage: Provide the necessary details for the new entity, and the tool will manage the creation process.
This set of tools is a temporary solution until the full Angular front-end is developed.
Feel free to contribute to this repository by submitting pull requests or opening issues.