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

https://github.com/atuley/twitter

Very basic implementation of Twitter using Ruby on Rails and TDD
https://github.com/atuley/twitter

rails ruby ruby-on-rails twitter twitter-bootstrap

Last synced: about 1 year ago
JSON representation

Very basic implementation of Twitter using Ruby on Rails and TDD

Awesome Lists containing this project

README

          

# Twitter Exercise

## Dependencies
* Ruby version: 2.3.1
* Rails version: 5.0.5

## Setup
1. `git clone https://github.com/atuley/twitter.git`
2. `cd twitter`
3. `bundle install`

## Database Creation
1. `rake db:create`
2. `rake db:migrate`
3. `rake db:seed`
4. `rails server`

## Testing
* Run all tests: `bundle exec rspec`