To setup your computer to run the backend follow these steps:
- Install Conda: https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html
- Clone this repo using the command
git clone [email protected]:noahfranz13/IOU.git
- Create the conda environment by typing the following commands into the terminal
conda env create -f environment.yml
conda activate iou
conda install -c anaconda cryptography