Mariposa
Mariposa is an open-source GraphQL visualization and migration tool designed to help developers incorporate GraphQL into existing RESTful PostgresQL APIs.
Features
- Visualize your Postgres data (or sample data)
- Generate TypeDefs and Resolvers for your data
- Copy your schema
- Test queries in the interactive playground
Demo
Log in or Sign Up!
Input URI, visualize your data, and copy your GQL Schema!
Deployment
To run this project locally, clone the repo and then…
npm run build:react
npm run prod:server
Navigate to localhost:3000 in a browser.
License
Tech Stack
Client: React, Redux, MaterialUI
Server: Node, Express, GraphQL
Contributing
Contributions are always welcome!
Please make a PR from a new branch, or open up an issue!