This project hosts API for SumSifter project.
- Create a virtual environment named 'venv'
python3 -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install the required packages
pip install -r requirements.txt
- Create a
.env
file by copying the contents from.env.example
To run the server locally, execute dev.sh
./dev.sh