https://github.com/victor-abz/insurancepolicy
https://github.com/victor-abz/insurancepolicy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victor-abz/insurancepolicy
- Owner: victor-abz
- License: other
- Created: 2021-06-02T11:10:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T03:20:58.000Z (about 4 years ago)
- Last Synced: 2025-02-09T05:41:22.566Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Insurance
Insurance Assignment test
## Get started
to get started with this app run:
```
bench get-app
bench --site your_site_name install-app insurance
bench setup requirements
bench migrate
```
## Usage
To create new insurancePolicyTemplate visit this url`/api/method/insurance.api.get_insurance_policy`
Note>> This one will require you to be logged in or has access token or cookie
Get list of created insurance policy
`/api/resource/insurancePolicyTemplate`Get Single insurance policy by ID
`/api/resource/insurancePolicyTemplate/:id`#### License
MIT