Lmcourt / glow-up-be-refactor

Back-End GraphQL API for Glow Up. This is built with Ruby on Rails 5.2.6, GraphQL, PostgreSQL, and fully tested using RSpec.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub ActionsHeroku

GlowUp Back End Application

This is the back-end application repository for GlowUp. The front-end repository can be found here.

Primary Technologies

Local Set-Up

git clone git@github.com:bullet-capstone/glow-up-be.git

bundle install

rails db:{create,migrate,seed}

Testing

Testing is done with RSpec with coverage details provided by SimpleCov.

Test Suite Execution

bundle exec rspec

Integrations

GraphQL Playground

GraphQL queries are fully interactive in the development environment using GraphiQL.

Initialize your development server and navigate to localhost:3001/graphiql to view and execute available queries and mutations.

Database Design

Screen Shot 2021-12-08 at 1 56 33 PM

Contributors

Tanner Dale

Laura Court

Weston Ellis

About

Back-End GraphQL API for Glow Up. This is built with Ruby on Rails 5.2.6, GraphQL, PostgreSQL, and fully tested using RSpec.


Languages

Language:Ruby 68.3%Language:CSS 31.3%Language:HTML 0.4%Language:JavaScript 0.1%