mclintprojects / buycoins_challenge

Contains my implementation of BuyCoins' backend developer challenge

Home Page:https://mc-bycn.herokuapp.com/graphiql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuyCoins challenge

Overview

This project is a Ruby on Rails GraphQL API using Ruby 2.5.1 and Rails 6.0.2. Ensure you have both Ruby and Rails with their respective versions correctly set up before proceeding with the rest of the setup instructions below. If you don't want to set up anything, you can play around with the Heroku hosted version instead.

Setup

  • Clone the project to your computer with git clone https://github.com/mclintprojects/buycoins_challenge.git
  • Navigate to the newly created directory with cd buycoins_challenge
  • Use rake start to start the server. The API should now be running at localhost:5000
  • Navigate to localhost:5000/graphiql to play around with it

Running tests

  • Run rake test

About

Contains my implementation of BuyCoins' backend developer challenge

https://mc-bycn.herokuapp.com/graphiql


Languages

Language:Ruby 99.2%Language:HTML 0.6%Language:JavaScript 0.2%