FHIRType / workshop

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

[DRAFT] Front End Search Practitioner #98

Closed valdovjo closed 5 months ago

valdovjo commented 6 months ago

Front End Search Practitioner

Description

Description: This feature interacts with the Flask API and waits for the user to enter a first name, last name, and NPI and fetches the results from our API.

Instructions: Run Swagger UI so that it can interact with React Command: flask run When our Flask API connects to endpoints successfully, run: Command: npm run dev

Definition of Done

trentonyo commented 5 months ago

@HlaKarki @valdovjo is this ready? The POST method is only taking one input still, I think I remember ya'll saying something about expanding that