Skip to content
/ twitter Public

Very basic implementation of Twitter using Ruby on Rails and TDD

Notifications You must be signed in to change notification settings

atuley/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Very basic implementation of Twitter using Ruby on Rails and TDD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published