department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
282 stars 203 forks source link

Set up vets-api backend locally #69562

Closed michaelclement closed 11 months ago

michaelclement commented 11 months ago

Goal is to get the Dockerized or hybrid backend API up and running so the endpoints can be browsed.

Each Engineer will complete this task and will check off as they have completed.

michaelclement commented 11 months ago

Tried both hybrid and full Docker setups. I'm able to see the flipper page (which according to this doc means things are working). However, I'm not sure I'm getting the right response when I navigate to the localhost status page (localhost:3000/v0/status). This native documentation indicates I should see API endpoints, but all I see is what looks like an error {"git_revision":"MISSING_GIT_REVISION","db_url":null}, so not sure what that's about.

Screenshots attached of everything described here.

Flipper page

Private Zenhub Image

Weird Message on Status Page

Private Zenhub Image

Successfully Hitting an Endpoint at /v0/feature_toggles

Private Zenhub Image