background task for bulk insert
To dev:
create a python venv, start it, install dependencies and run dev.sh:
python -m venv venv source venv/bin/activate pip install -r dev-requirements.txt source dev.sh
To test:
create a python venv, start it, install dependencies and run test.sh:
python -m venv venv source venv/bin/activate pip install -r dev-requirements.txt source test.sh
To run:
source run.sh
Application should respond at:
http://localhost:9999