[go: nahoru, domu]

Skip to content

sebas5384/graphql-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Explorer

GraphQL Explorer is an application that helps you define entities related to your business domains, relate them, and then generate GraphQL schemas that can be used to connect different parts of your software, such as client and server.

Demo app

Through the following URL you can find a demo app: https://graphql-explorer.sebas5384.vercel.app/

Pre-requirements

Cloning the project:

In the terminal of your computer, run git clone https://github.com/sebas5384/graphql-explorer.git.

After cloning the repo, access the directory of it and then follow the installation instructions below.

Installation

Run yarn to install the application dependencies and dev dependencies.

Initializing the local environment

Run yarn start to start the application in dev mode on your own computer.

If everything run as expected, the application should be automatically opened in your default browser in the following address: http://localhost:3000/, and you should see something like this:

Layout draft

How it works

TBD.

Contributing

You can contribute to this project in the following ways:

  • Finding and reporting bugs
  • Fixing bugs or implementing new features
  • Improving the documentation
  • Improving the code structure

Steps to contribute

  • Fork this repository to your own GitHub account and then clone it to your computer;
  • Install the project and dev dependencies (run yarn);
  • Make the necessary changes and ensure that the tests are passing using yarn test (implement new tests if needed);
  • Send a pull request and I'll be happy to review it 🙌;
  • Wait for feedback or approval (this should not take too long).

About

GraphQL Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •