Giter VIP home page Giter VIP logo

graphql-dojo's Introduction

GraphQL-Dojo

A step-by-step exercice to get familiar with Java server implementation of a GraphQL API

For each step of this dojo, there is a corresponding branch on this repository.
By convention the branch name starts with the step number, e.g. the 2nd step of the exercice is called 2_Something_To_do.

The readme.md file will differ on each branch and give you the general objective of the exercice.
Files to be modified, will contain comments to help you understand what to do.

The master branch (current), is a pre-requisite step, to make sure your environment is setup properly to execute the provided code. Once you have successfully completed a step, please switch to the next branch.

Prerequisite

Please clone this repository and build the provided project.

Build command

./gradlew build

After the project is built, start the server and check that the application is properly displayed.

Start server

java -jar build/libs/graphql-dojo-0.1.0.jar

Browse application

open http://localhost:9000/

graphql-dojo's People

Contributors

nchabanoles avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.