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
- Host: GitHub
- URL: https://github.com/atuley/twitter
- Owner: atuley
- Created: 2017-08-07T17:37:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T01:51:11.000Z (over 8 years ago)
- Last Synced: 2024-10-23T22:20:06.750Z (over 1 year ago)
- Topics: rails, ruby, ruby-on-rails, twitter, twitter-bootstrap
- Language: Ruby
- Homepage:
- Size: 3.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`