Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure App Panel Frontend for Local Development with Backend API Endpoint #323

Open
shahharsh176 opened this issue Aug 1, 2024 · 0 comments · May be fixed by #357
Open

Configure App Panel Frontend for Local Development with Backend API Endpoint #323

shahharsh176 opened this issue Aug 1, 2024 · 0 comments · May be fixed by #357
Assignees
Labels
documentation Improvements or additions to documentation feature New feature request

Comments

@shahharsh176
Copy link
Contributor

shahharsh176 commented Aug 1, 2024

Overview

Currently, the development environment for the App Panel frontend relies on mock API data through the command yarn mock. To streamline the development process, we need to modify the setup to allow configuration of the backend API endpoint. This will enable us to run the frontend with live data by executing yarn dev.

Requirements

  1. API Endpoint Configuration:

    • Add a configuration option to specify the backend API endpoint for the local development environment.
  2. Development Command Update:

    • Configure yarn dev command to utilize the configured API endpoint instead of mock data.
  3. Documentation:

    • Update the CONTRIBUTING.md to include instructions on how to configure the backend API endpoint for local development.
    • Provide examples of configuration settings and their usage.
@shahharsh176 shahharsh176 added documentation Improvements or additions to documentation feature New feature request labels Aug 1, 2024
@sukuna28 sukuna28 linked a pull request Aug 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants