FHIRType / workshop

Healthcare Provider Data API
GNU General Public License v3.0
0 stars 0 forks source link

Week 6 Changes #59

Closed trentonyo closed 6 months ago

trentonyo commented 6 months ago

Week 6 Dev Merge

ASSOCIATED ISSUES:

  • All issues closed with upstream PRs

Description

Flask API: Project now centers around a flask API that serves the responses from our SmartClient. (run the 'swaggerUI' run config or flask run to initialize the server, then test it out at http://localhost:5000)

🧪 CI/CD Pipeline: Useful tests only! Pipeline now handles all tests as a part of our updated Definition of Done. Pytest is integrated into our GitHub actions pipeline, and this PR template is included as well. (to run our tests run pytest FhirCapstoneProject/tests from ~/workshop)

🧠 Analysis/Matching: @IainRichey. (how to see)

Definition of Done