Authorisation stub for Bids API project
- Python 3.x
- Flask
- Homebrew
-
Clone the repository to your local machine (RECOMMENDED: in the same directory as tdse-accessForce-bids-api):
git clone
-
Navigate to the root directory of the project:
cd tdse-accessForce-auth-stub
-
Install python 3.x if not already installed. You can check if it is installed by running the following command:
python3 --version
-
Install Makefile if not already installed. You can check if it is installed by running the following command:
make --version
-
Version 3.81 or higher is required. If you do not have Make installed, you can install it with Homebrew:
brew install make
-
Run the following command to have all the commands to use the API with Makefile:
gmake help
-
Run the following command to start the API:
gmake run
PLEASE NOTE: This is a stub authorisation server. For full instructions on how to interact with this app, you should follow the documentation for the Bids API.