Week 9 test at Makers Academy. Reddit clone.
To implement the knowledge acquired in Rails, putting focus in application design using testing tools as Capybara with RSpec.
- Ruby
- Rails, '4.1.4'
- HTML5
- CSS
- JavaScript
- JQuery
- Capybara
- RSpec
- Warden
- Devise
- Database Cleaner
- PostgreSQL
- Poltergeist
- Bootstrap
git clone git@github.com:marcoaam/my-reddit.git
cd my-reddit
bundle install
bin/rake db:create
bin/rake db:migrate
bin/rails server
visit in your browser http://localhost:3000/
cd my-reddit
rspec