An open API service indexing awesome lists of open source software.

https://github.com/Rowadz/pollux

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 drag and drop interface.
https://github.com/Rowadz/pollux

api-mocking data-mocking fake-data-generator graphql-mock react

Last synced: 29 days ago
JSON representation

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 drag and drop interface.

Awesome Lists containing this project

README

        

[![Deploy to GitHub pages](https://github.com/Rowadz/pollux/actions/workflows/workflow.yml/badge.svg)](https://github.com/Rowadz/pollux/actions/workflows/workflow.yml)


Buy Me A Coffee

# 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](https://www.youtube.com/watch?v=4Kwv98RDoSM)
- link to use it -> [here](https://pollux.dev)

# ⚗️ 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

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