ccfz / chitter-challenge

Build a Twitter Clone!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Build a Twitter Clone!


Languages

Language:Ruby 80.8%Language:HTML 13.7%Language:CSS 5.5%