Skip to content

feat(frontend): add mock API server for frontend-only development#984

Open
vedika76 wants to merge 1 commit into
imDarshanGK:mainfrom
vedika76:feat/add-mock-api-server
Open

feat(frontend): add mock API server for frontend-only development#984
vedika76 wants to merge 1 commit into
imDarshanGK:mainfrom
vedika76:feat/add-mock-api-server

Conversation

@vedika76

Copy link
Copy Markdown

Description

Adds a mock API server for frontend development without the Python backend. Frontend developers can now run cd frontend/mock-server && npm install && npm start to get a working API server that returns example responses matching the real QyverixAI endpoints.

Related Issue

Fixes #639

Type of change

  • Bug fix
  • New feature / enhancement
  • Documentation update
  • Test addition
  • Refactor

Checklist

  • I have read CONTRIBUTING.md
  • My branch is up to date with main
  • I have run pytest -v and all tests pass (N/A - no Python changes)
  • I have not introduced duplicate issues or features
  • My PR title follows the format: feat/fix/docs/test: short description
  • I have added tests for new features (Level 2 and 3 issues)
  • No hardcoded secrets or API keys in my code
  • This PR is linked to a GSSoC 2026 issue

Screenshots (if frontend change)

N/A

Test evidence

Note: This PR only adds frontend development tooling (Node.js/Express). No Python code was changed, so pytest is not applicable.

Mock server tested manually:

image

@vedika76 vedika76 requested a review from imDarshanGK as a code owner June 10, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add local mock server for client developers

1 participant