lukeclewlow / chitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chitter

##What is it? A very basic twitter clone allowing users to visit the site and make posts that are visible to other users

##Objectives?

  • To consolidate learning of relational databases and relevant models
  • To build a basic ruby web-app from scratch that had all the required functionality
  • To learn about creating user log-ins from scratch

##How to run

bundle install

rackup

Server

Run tests: rspec

#Technologies

  • Ruby
  • Sinatra
  • RSpec
  • PSQL

Requirements

  • Create user accounts
  • Make sure this is unique
  • Create secure password hashing and confirmation
  • Ability to create posts stored in the database
  • Added ability to see time created

##Contributors Luke Clewlow

About


Languages

Language:Ruby 69.9%Language:CSS 19.0%Language:HTML 11.0%