An open API service indexing awesome lists of open source software.

https://github.com/mclintprojects/buycoins_challenge

Contains my implementation of BuyCoins' backend developer challenge
https://github.com/mclintprojects/buycoins_challenge

Last synced: about 1 month ago
JSON representation

Contains my implementation of BuyCoins' backend developer challenge

Awesome Lists containing this project

README

        

# 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](https://mc-bycn.herokuapp.com/graphiql) 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`