Flask documentation
For the python portion of this application, Flask-RESTX is used to generate the API specific portion. To learn more about Flask-RESTX, click here.
The Flask Swagger documentaion can be accessed by either running yarn electron:serve
or by just running yarn python:dev
. You can then visit the url at http://127.0.0.1:7632/docs and explore the Swagger documentation. In here you will be able to test out various endpoints that FAIRshare provides.