https://github.com/parmsang/chitter
https://github.com/parmsang/chitter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parmsang/chitter
- Owner: parmsang
- Created: 2015-10-16T16:36:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T20:38:11.000Z (over 10 years ago)
- Last Synced: 2025-04-08T07:56:02.317Z (about 1 year ago)
- Language: Ruby
- Size: 4.57 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
-------

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
-------

