Skip to content

alexHoggett/chitter-challenge

 
 

Repository files navigation

Chitter Challenge

A twitter clone application.

Tech Stack:

  • Ruby (Sinatra)
  • ActiveRecords
  • bcrypt
  • erb
  • SASS

Instructions

First install all gems and dependencies:

bundle install

To build the database on your local machine:

rake db:create

To populate the database with data:

rake db:seed

rake db:seed RACK_ENV="test"

This will populate the database with fake data using faker

Testing

All tests pass and i was able to implement automatic database cleaning with database-cleaner however i was unable to re-seed the databse with each clean.

About

Build a Twitter Clone!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.5%
  • HTML 17.5%
  • Shell 8.6%
  • CSS 0.4%