rubicure-sinatra-graphql is Precure, Japanese battle heroine "Pretty Cure (Precure)" GraphQL implementation based on Rubicure gem, simplified one.
-
ruby >= 2.6.0
-
sinatra
-
rubicure >= 3.2.2 (uses #members)
-
Compose V2 (when deploy into container)
$ docker compose build
$ docker compose up -d
(T.B.D.)
Call from your GraphQL client. Endpoint is located at '/graphql'.
- Fork this repo
- Create your feature branch ( git checkout -b features_or_fix_or_chores_or_something/patch_name )
- Fun with this code and commit your changes ( git commit -am "I have made some modifications" )
- Push to your forked repo ( git push origin features_or_fix_or_chores_or_something/patch_name )
- Create new pull request