-
Notifications
You must be signed in to change notification settings - Fork 1
Missing backend setup instructions #42
Copy link
Copy link
Open
Description
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:
- How to set up the required backend
- If there's a mock API available for development
- Configuration for connecting to the backend
Proposed Solution
Add a section to the README.md with:
- Backend setup instructions
- Required environment variables
- Alternative development approach if no backend is available (mocks)
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels