Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullstack-lab

This repo is for BriteCore to review as part of an exercise project

Problem

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.

Data

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.

Backend

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}/

Frontend

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.

Live

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:

OFFLINE xxxx://ne8g9tixsj.execute-api.us-east-1.amazonaws.com/dev/xxxxxxxx

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.

About

This is a repo to submit a testing exercise.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages