Skip to content

lsabiao/GateKeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatic restful API from a Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages