A microservice for loading and modifying data into SDS
This command will install all the dependencies required for the project, including development dependencies:
uv sync
If you ever need to update the dependencies, you can run:
uv sync --upgradeTo use environment variables, you need to create a .env file in the root directory of the project. You can copy the .env.example file and rename it to .env:
cp .env.example .envmake devmake lintmake formatmake testdocker build -t sds-loader .