Skip to content

Missing backend setup instructions #42

@michaelstingl

Description

@michaelstingl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions