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
- Host: GitHub
- URL: https://github.com/mclintprojects/buycoins_challenge
- Owner: mclintprojects
- Created: 2020-03-06T11:46:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:46:13.000Z (over 2 years ago)
- Last Synced: 2024-04-14T06:36:17.259Z (about 1 year ago)
- Language: Ruby
- Homepage: https://mc-bycn.herokuapp.com/graphiql
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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`