-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Michael Jolin edited this page Mar 27, 2018
·
26 revisions
This library is used to create a basic REST API with user and permission management.
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
Example of config.json file
Example of package.json file
Example of plugins.json file
#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