This repo is for BriteCore to review as part of an exercise project
This solution provides the visualization of data that describes different assets required to provide insurance for. The data presented are values for different instances and the type of data that the insurer elected to describe that asset. The form is not submitable to be persisted.
Deliverables will be either...
- A Python file containing the ORM classes for these tables.
- An entity relationship diagram, which depicts the tables and their relationship to one another.
- Both 1 and 2, because you're awesome.
Deliverables will be...
- A well-tested REST API written in Python.
There are 2 APIS,
- first one will retrieve all the Risks available
/risks/
* The second one will get all the data for the chosen Risk
/risk/{idOfRisk}/
Deliverables will be...
- Mega bonus points** if you use Vue.js specifically.
- Mega bonus points** if you the app in [AWS Lambda]
In order to keep it simple I used CDN for all the js libraries.
Please note that the first request to be made, needs to be this one, so some data is created to render in the frontend. OFFLINE - xxxxx://ne8g9tixsj.execute-api.us-east-1.amazonaws.com/dev/initdbxxxxxx
Once that link provides an ok message, the app can be visited:
Also, please note that the domain in the url might change once the lambda is destroyed, or the app is undeployed with zappa, so please if the url doesnt work for you, please let me know.
Thanks!, best Regards.
