good first issue
Repository-Metriken
- Stars
- (1 Stern)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Description
In order verify easily weather our Flask endpoint is running perfectly without needing to upload a file we need to create a simple health check endpoint . This helps in understanding how routing works in flask.
Requirements
- Create a new
GETroute at/api/healthinapp.py. - The endpoint should return a simple JSON response like
Surgery Simulator API is Running. - It must return a
200 OKHTTPS Status code. - Test the endpoint in the browser.
Note
Use the @app.route decorator and jsonify function from FLASK