Skip to content

UCL Resolve allows any student, staff or visitor to easily report any issue they encounter to UCL Estates.

License

Notifications You must be signed in to change notification settings

ucl-resolve/api

Repository files navigation

UCL Resolve Backend

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.

Install

A virtual environment should be set up. To set it up follow the shell commands below:

Linux / iOS

$ python -m venv venv
$ source venv/bin/activate

Windows

$ venv\Scripts\activate

After setting up the virtual environment, install flask and other dependencies:

$ pip install -r requirements.txt

Run the Application

To run UCL Resolve, type the following shell command:

$ flask run

About

UCL Resolve allows any student, staff or visitor to easily report any issue they encounter to UCL Estates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •