This is an example project that can be used for interview tasks for Just Insure.
It describes a Trip which:
- Receives trips generated from our app via GCP PubSub
- Stores the trip information in Postgres
- Calls out to a Balance service (fictiously) to drill down on their account balance for miles driven
- Sends user a notification to app (fictiously) with the trip summary
- Provides a HTTP endpoint for requesting trip information (functional)
- Clone this project
- Install dependencies:
yarn
- Production run
yarn start
or as developeryarn start:dev
You'll be sent an interview task that uses this as a basis.