Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 866 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 866 Bytes

hackafake-backend

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.

How to test the server

You can locally run the server with Python.

  1. Setup a virtualenv

    $ python3 -m venv env && source env/bin/activate
    
  2. Install dependencies

    (env)$ pip install -r requirements.txt
    
  3. Test the server

    $(env) python manage.py runserver
    

License

The HACKAFAKE API Backend code is licensed under BSD-3-Clause.

Contributors