pollux icon indicating copy to clipboard operation
pollux copied to clipboard

A tool that enables you to - Generate fake data in formats like JSON, Python, JS, Ruby, PHP and SQL - Mock restful APIs with Bearer authentication without writing a single line of code with a dr...

Deploy to GitHub pages

Welomce to 🌞 Pollux 🌞

Need Restful API with bearer authentication? or a GraphQL API? maybe some testing data in JSON or Ruby or Python or PHP or JavaScript , all of that and more is possible with pollux, without writing a single line of code.

  • check this video -> here
  • link to use it -> here

⚗️ How does it work? ⚗️

You create a model, then you can drag and drop properties into it, and these properties defines what kind of fake data should be generated

✨ What makes it unique ✨

  • Everything in pollux from generating .zip files to generating 500,000 model instances happens in the frontend, using web APIs such as the Blob API and Web Workers API, plus you can pass JavaScript RegExp and it will generate a random string based on that.
  • Locale support.

install

$ git clone https://github.com/Rowadz/pollux.git
$ npm i
$ npm run start