Skip to content

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

Notifications You must be signed in to change notification settings

codemargaret/literary_quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published