You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi michaelstingl, thanks for your feedback and your proposed solution. This app is currently using the same backend api as our platform. You can find it here https://github.com/toplocs/tribelike. You'd need to run the /server without the frontend part. As we are currently re-structuring the endpoints, the app-latest branch should be the correct one to use.
Issue: Missing Backend Setup Instructions
The current README.md lacks information about the backend requirements for running the app locally.
Description
The app makes several API calls to endpoints like:
/api/v2/location/byBounds
/api/v2/location/update/{profileId}
However, there are no instructions on:
Proposed Solution
Add a section to the README.md with:
This would help new developers get started with the project more easily.
Impact
Currently, running the app locally with
pnpm dev
will result in API errors since the backend endpoints are not available.The text was updated successfully, but these errors were encountered: