-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Michael Jolin edited this page Jul 4, 2017
·
26 revisions
The library is used to create a basic REST API with user and permission management.
Clone or copy this project inside your as a library
myproject
+-- myproject
| +-- server.py
+-- cause
| +-- api
| | +-- management
| +-- init.py
+-- README.md
#cd ./cause/api
#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