/chitter-challenge

Build a Twitter Clone!

Primary LanguageRuby

Coverage Status Build Status

Chitter

A simple social network

Overview

The objective of this project was to create a social media network, on which people can post to a public news feed. The challenges covered were:

  • Database creation & structure
  • Password hashing and storing
  • User validation
  • Project deployment
  • Test-driven with RSPEC

Technology

  • BCrypt
    • Password hashing
  • Sinatra
    • -partial
    • -flash
  • Data_mapper
    • DM postgres adapter
  • Database_cleaner
  • Rspec
  • Rake

Installation

* Fork repo
* Rund bundle
* Initalize databases chitter_test & chitter_development
* run rake db:migrate RACK_ENV=test && RACK_ENV=development

App

Live Version:

https://chittercaspar.herokuapp.com/feed

Screenshots

screenshots screenshots screenshots