Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCAP-132: Microservice skeleton with basic health check. #1

Merged
merged 5 commits into from
May 8, 2024

Conversation

jamesiarmes
Copy link
Member

🔗 Jira ticket

CCAP-132

✍️ Description

Implemented a basic microservice, using ruby-grape , that includes a basic health check, instrumentation, and tests.

📷 Design reference

https://www.notion.so/cfa/Tech-Spec-Document-Transfer-Microservice-d89aa25d41e447b3920ff07ab03ce7c1?pvs=4

✅ Completion tasks

To test:

  • Clone branch
  • Install dependencies (bundle install)
  • Launch the service (bundle exec rackup)
  • Try to hit the endpoint (https://localhost:9292)
  • You should receive an HTTP 200 with a JSON body ({"status":"ok"})
  • Added relevant tests
  • Meets acceptance criteria

@enyia21 enyia21 self-requested a review May 7, 2024 17:52
Copy link

@enyia21 enyia21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested Repo Instructions and verified they work

  • Clone branch
  • Install dependencies (bundle install)
  • Launch the service (bundle exec rackup)
  • Try to hit the endpoint (https://localhost:9292)
  • You should receive an HTTP 200 with a JSON body ({"status":"ok"})

@jamesiarmes jamesiarmes merged commit ce4efac into main May 8, 2024
3 checks passed
@jamesiarmes jamesiarmes deleted the CCAP-132-skeleton branch May 8, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants