This is a Rails API that contains 80 phrases with categories for a Wheel of Fortune web application. The frontend built for this API can be found here. The live version of this application can found here.
GET /phrases
Returns one random phrase from the database.
POST /score_boards
Creates a score board entry in the database with the params of name and score. Returns the first five scores in the database.
- Clone repository from GitHub
- Open terminal
- Navigate to the repository directory
cd wheel-of-fortune-backend
- Install gems
bundle install
- Setup database
rake db:setup
- Start server
rails s
- Rails
- Active Model Serializer - serializer
- Fork repository here
- Create new branch for your feature
git checkout -b my-new-feature
- Add and commit your changes
git commit -am 'Add some feature'
- Push to your branch
git push origin my-new-feature
- Create new pull request
- Matt Jackson - Github Profile
- Alexander Gutterman - Github Profile
MIT © Alexander Gutterman and Matt Jackson