-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Michael Jolin edited this page Jul 7, 2017
·
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 or has a package if you use it for more than one package.
myproject
+-- mypackage
| +-- cause
| | +-- api
| | | +-- management
| | +-- init.py
| +-- app
| +-- config.py
| +-- server.py
+-- README.md
myproject
+-- cause
| +-- api
| | +-- management
| +-- init.py
+-- mypackage
| +-- app
| +-- config.py
| +-- server.py
+-- README.md
Example of server.py 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