calvertwong / vail-interview

0 stars 0 forks source link

stuff #1

Open cchatfield opened 1 year ago

cchatfield commented 1 year ago

Typescript

Exercise (timed 1.5 hr)

Create a service that exposes a rest endpoint (port 30000).

Create ping endpoint (post via rest) that takes an incoming parameter named “message” and returns an object with the following parameters:

echo - response from postman echo service (Postman Echo ) called with ?message=[message param incoming value]

timestamp - current unix time

env - the current environment from the config

version - the current build version

Provide swagger endpoint for the rest service

Provide unit tests for service

Provide integration tests for service

Organize code in a maintainable way.

calvertwong commented 1 year ago

Are we rejoining soon? I am already in the meeting call, am I joining early?

calvertwong commented 1 year ago

Hey Chad,

I have included some basic unit tests and integrations tests to the repo. I am going to call this as the stopping point of my interview coding test. I want to say thank you for the opportunity regardless of the outcome and it gave me the chance to work with Swagger which I hardly come across at my previous workplaces.

Have a great day.

Cal

cchatfield commented 1 year ago

Thanks Cal - Checked in with Kaitlyn and she will be reaching out soon