- Install dependencies
pip install -r requirements.txt
Note: All dependencies are installed with python 3.9 - Run
make run_server or python main.py --initdb 1
to start the cli - If the input needs to be taken from file, "specifiy"
INPUT_FILE_PATH=path/to/input.txt
in.env
or in terminal - If the input needs to be from terminal "specifiy"
INPUT_FILE_PATH=
as empty.
Run make test
to run all the unit test cases.