This README documents what steps are necessary to get the Test Flask up and running. Average time for the setup is about 5 minutes if there are no errors. If there are errors the average setup time is forever.
Do the following:
-
Install Python
-
Install Git
-
If you're using Windows You can use command prompt or install cmder
-
Relax
In order to start your machine you have to clone the repository with the Test Flask code.
-
Clone this repository, let's say it's cloned inside a folder called:
gc-test-flask -
Install development dependencies:
sudo python setup.py develop -
Run the application:
python app.py -
Swagger docs should be up and running at:
http://127.0.0.1:8080/apidocs/