This is the api section github repository for UCL Resolve, Team 10's project for UCL Portico 5.0.
Our API is hosted at heroku. The frontend section is located here.
Below is the procedure for installing and running the backend part of the project.
A virtual environment should be set up. To set it up follow the shell commands below:
$ python -m venv venv
$ source venv/bin/activate
$ venv\Scripts\activate
After setting up the virtual environment, install flask and other dependencies:
$ pip install -r requirements.txt
To run UCL Resolve, type the following shell command:
$ flask run