Skip to content

This repo contains Graphql mutations, query type and Graphql Schema. I added all the basic crud endpoints to get the basic understanding of graphql.

Notifications You must be signed in to change notification settings

dilip49/Graphql-API-Practice-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Project

[graphql-demo.test]

Install

Clone the repository

git clone https://github.com/dilip49/graphql-demo.git
cd graphql-demo

Check your Ruby version

ruby -v

The ouput should start with something like ruby '2.7.2'

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 2.7.2

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s

About

This repo contains Graphql mutations, query type and Graphql Schema. I added all the basic crud endpoints to get the basic understanding of graphql.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages