Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 531 Bytes

File metadata and controls

29 lines (25 loc) · 531 Bytes

TODO

background task for bulk insert

HOW TO RUN

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