🌟Better documentation of the frontend plz
Hi, I would like to work on the frontend but the Readme file is empty at the moment. Can someone write up some docs outlining what API routes are being consumed on the React frontend with the Laravel backend? I would to understand how the frontend sends requests to the backend. I have it running locally (after following running without Docker guide) but it seems to be submitting requests to somewhere without the backend running...
Hi @christopheragnus,
Good suggestion! I'll work on adding some FE documentation. There are API docs here, but they are for v0.8. The v1.0.0 API docs are currently being updated and will be made public very soon.
Thanks
Good suggestion! I'll work on adding some FE documentation. There are API docs here, but they are for v0.8. The v1.0.0 API docs are currently being updated and will be made public very soon.
Thanks
Thanks, the API docs will help. I think the FE docs would help me find which parts / files are calling the APIs.