This is a little Twitter clone that will allow a user to register/sign-in and post a 'peep' and comment on other peoples peeps on a public stream.
This was set as a challenge at Makers Academy (week 4 of the 12 week course). Details of the challenge can be found here - all requirements, including bonus challanges have been implemented.
Link to site.
$ git clone https://github.com/ajitsy/chitter
$ cd chitter
$ bundle install
$ rackup
Use Rspec to test it.
- Ruby
- Sinatra
- PostreSQL
- Data Mapper
- Capybara
- Rspec
- Factory Girl
- BCrypt