Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 872 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 872 Bytes

GateKeeper

Automatic restful API from a Database (Work in progress)

Imgur

it's a CLI application, so we need a nice interface

Imgur

python gatekeeper.py [mode] [arguments]

mode

python gatekeeper.py build - read the database and writes the config file

python gatekeeper.py run - read the config file and run the server

python gatekeeper.py buildrun - read the database, writes the config file and run the code

arguments

-ns or --nosec - means no security JWT and Basic auth

-n or --nojwt - Basic auth only

the config file

build.gk is the default name for the config file. it contains:

  • A header
  • A security Token
  • The tables and Fields

(documentation is a working in progress)

wtfpl