/Chitter

A clone of Twitter ( Week 4 Challenge ) :star2:

Primary LanguageRuby

Chitter

A clone of Twitter ( Weekend 4 Challenge )

Heroku (live)

Chitter

Objectives of exercise

  • Learning Front End Development
  • Html and CSS
  • Using Ruby and Sinatra to deploy a social network site
  • Use postgres to create databases
  • Add databases to Heroku
  • Test-Driven Development

Technologies used

  • Ruby
  • Sinatra
  • Cucumber
  • Rspec
  • Postgres
  • Html
  • CSS
  • Sublime Text
  • Git
  • Heroku

Requirements

  • In order to use chitter as a maker I want to sign up to the service
  • In order to use chitter as a maker I want to log in
  • In order to avoid others using my account as a maker I want to log out
  • In order to let people know what I am doing as a maker I want to post a message (peep) to chitter
  • In order to see what people have to say as a maker I want to see all peeps in chronological order

How to clone this repo

git clone https://github.com/HannahCarney/Chitter.git

How to run tests

cd Chitter
rspec

How to rackup

gem install rack
cd Chitter
rackup -p 2000

Me

I am [Hannah] from the December 2014 cohort of Makers Academy, London! [Hannah]:https://github.com/HannahCarney