Skip to content

agbarbazan/mariposa

 
 

Repository files navigation

mariopsa

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!

login

Input URI, visualize your data, and copy your GQL Schema!

useApp

Deployment

To run this project locally, clone the repo and then...

  npm run build
  npm run prod:server

Navigate to localhost:3000 in a browser.

License

MIT

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!

Authors

About

A restful API to GraphQL migration tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.0%
  • JavaScript 18.0%
  • SCSS 7.6%
  • CSS 1.6%
  • Other 0.8%