Skip to content

Latest commit

 

History

History
125 lines (99 loc) · 7.36 KB

File metadata and controls

125 lines (99 loc) · 7.36 KB

Craft Circle BE

languages rspec simplecov graphql All Contributors

postgreSQL heroku figma


logo


Background and Description

Craft Circle BE is the "Back End" rails application API that acts as a microservice for the Craft Circule UI web application. The database is accessed through GraphQL endpoint where a post request has acceess to queries and muations.


Table of Contents


Schema

plot

Requirements and Setup (for Mac):

Ruby and Rails Versions


  • Ruby Version 2.7.4
  • Rails Version 5.2.8

Gems Utilized


Setup

See this Rails Setup Guide for detailed instructions on how to deploy the app in a local environment.

Heroku Setup

See this Heroku Deployment Guide for detailed instructions on how to deploy the app to heroku.

GraphQL Endpoints

Our GraphQL endpoints fall into two categories: queries and mutations. For detailed examples of all the endpoints and example responses, see our GraphQL #Endpoints Guide or click the specific query or mutation below to go its section.

To make live queries to the GraphQL endpoint and see live schema information, setup the back-end using the rails setup guide and access GraphiQL at http://localhost:5000/graphiql.

Queries

Mutations

Contributors ✨

Thanks go to these wonderful people (emoji key):


Sherman Au (he/him)


Joseph Downs (he/him)


Phillp Kamps (he/him)


Sandiz Thieme (he/him)

This project follows the all-contributors specification.