codemargaret / literary_quotes

A basic Rails API of literary quotes (Epicodus Rails Week 4 Weekend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Literary Quotes

A Rails API of literary quotes, 12.10.2017

By Margaret Berry

Setup and Installation Instructions

This app was created with Ruby 2.4.1

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd literary_quotes
  3. $ bundle install
  4. $ rake db:create
  5. $ rake db:test:prepare
  6. $ rake db:migrate
  7. $ rake db:seed
  8. $ rails s to start the server, then navigate to localhost:3000/quotes in your browser to see the quotes.

Project Goals

  • Build an API with CRUD functionality
  • Make API calls in Postman.

Bugs

There are no known bugs at this time.

Technologies Used

  • Ruby-on-Rails
  • ActiveRecord

Support and contact details

If you have any updates, questions, or suggestions please contact Margaret or make a contribution.

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry

About

A basic Rails API of literary quotes (Epicodus Rails Week 4 Weekend)


Languages

Language:Ruby 99.1%Language:HTML 0.9%