Skip to content
Michael Jolin edited this page Nov 24, 2017 · 26 revisions

Welcome to the management-api wiki!

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

Use this library

First clone or copy this project inside your as a library You could use the library directly inside your package.

myproject
  +-- mypackage
  |     +-- cause
  |     |     +-- api
  |     |     |     +-- management
  |     |     +-- init.py
  |     +-- app
  |     +-- config
  |     |     +-- config.json
  |     |     +-- package.json
  |     |     +-- plugins.json
  |     +-- server.py
  +-- README.md

Example of server.py file

Clone this library

#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

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

Clone this wiki locally