Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>facke-dataNew to Visual Studio Code? Get it now.
facke-data

facke-data

hena-ndombele

|
5 installs
| (0) | Free
Generate a fake backend API from JSON or Swagger
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fake Data Generator

A VS Code extension that generates a fake backend API (Express.js) from a JSON file.

Features

  • Generate a fake REST API from a JSON file
  • Automatically creates an Express server
  • Each JSON key becomes an API endpoint
  • Perfect for frontend development and testing

How to use

  1. Open a workspace in VS Code
  2. Create or open a .json file
  3. Right click on the file
  4. Select Generate Fake Data from JSON
  5. A fake-backend folder is created
  6. Run the server:
cd fake-backend
npm install express
node server.js
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft