Skip to content

PrinceYauj/GraphQL_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL_tutorial

A simple user - blog application which works with GraphQL queries and mutations to provide CRUD operations with data. Data consists of 5 models: Users, Blogs, Posts, Comments and Reactions. All migrations are written in SQL

The following technologies are used:

  • Ruby as main programming language;
  • Sequel as ORM;
  • PostgreSQL as RDBMS;
  • RSpec as DSL for tests;
  • GraphQL as a query language
  • and also some other libraries which names can be found in Gemfile of the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages