Open cchatfield opened 1 year ago
@cchatfield Hey, just wanted to let you know I am trying to push what I currently have but am having some issues with git due to the fact that ive had other git accounts configured on this machine in the past which is causing me a number of issues. Ill let you know when I am able to push.
With that being said, there are a few pieces in the code that I am still struggling with a bit so I may need a bit of extra time if that is an option. Either way, Ill send you an update once Im able to resolve the git issue.
@cchatfield I was finally able to fix the issue with my github. I committed my changes as I have them currently. I ended up getting cut short on some of the development exercises due to this github issue, so I may continue working on this if that is okay with you. If youd rather do the review sooner rather than later, though, I think there should be enough there to discuss.
@rileynewkirk7 let's meet at the scheduled time - have some questions and then you can decide how you would like to proceed
Sounds good. Ill plan on getting back on the call at the scheduled time!
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.