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

https://github.com/parmsang/chitter


https://github.com/parmsang/chitter

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Chitter
-------

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](https://github.com/makersacademy/chitter-challenge) - all requirements, including bonus challanges have been implemented.

[Link](https://guarded-brushlands-8672.herokuapp.com/peeps) to site.

Screenshot
-------
![alt text](https://github.com/ajitsy/chitter-challenge/blob/master/app/public/images/screenshot-1.png)

How to Use
-------

```
$ git clone https://github.com/ajitsy/chitter
$ cd chitter
$ bundle install
$ rackup
```

Use Rspec to test it.

Technologies Used
-------
* Ruby
* Sinatra
* PostreSQL
* Data Mapper
* Capybara
* Rspec
* Factory Girl
* BCrypt

Addittional Screenshots
-------

![alt text](https://github.com/ajitsy/chitter-challenge/blob/master/app/public/images/screenshot-3.png)
![alt text](https://github.com/ajitsy/chitter-challenge/blob/master/app/public/images/screenshot-2.png)