Skip to content
Michael Jolin edited this page Jul 6, 2017 · 26 revisions

Welcome to the management-api wiki!

The library is used to create a basic REST API with user and permission management.

To use this library

Clone or copy this project inside your as a library

myproject
  +-- cause
  |     +-- api
  |     |    +-- management
  |     +-- init.py
  +-- myproject
  |     +-- config.py
  |     +-- server.py
  +-- README.md
#cd ./cause/api
#git submodule add https://github.com/CAUCA-9-1-1/management-api.git management
or
#git clone https://github.com/CAUCA-9-1-1/management-api.git management

Example of server.py file

Once your server file is created you can run/debug the file

Clone this wiki locally