This is the coordinator service that takes care of the communication details and handles the business logic in the process.
To start the development enviroment you need to do few steps to get the e2e experience to work as expected
Download the model files and extract them to /static/textclassification/models/
copy the .env.docker
as .env
and add the paramters according to your needed configurations.
To run migration on you local environment use the run migration script
Note: don't forget to update ormconfig.json
to match your environment currently it is setup to be used for CI
bash run_migrations.sh
to create migrations check create migrations section in CONTRIBUTION.md
file
You can build the compose here if you don't want to build the entire application in the leon-all repo