The HACKAFAKE API Backend serves the HACKAFAKE RestPlus API.
The documentation of the API exposed by HACKAFAKE is available at https://api.hackafake.it.
The server is written in Python using the Flask microframework, and documented with the Swagger Tools.
You can locally run the server with Python.
-
Setup a virtualenv
$ python3 -m venv env && source env/bin/activate
-
Install dependencies
(env)$ pip install -r requirements.txt
-
Test the server
$(env) python manage.py runserver
The HACKAFAKE API Backend code is licensed under BSD-3-Clause.