/tweeter

Primary LanguageRuby

Functionality

  • This app serves as a programming exercise to clone Twitter

Built with

  • Ruby on Rails v.5.1.4
  • Postgres SQL Database
  • Deployed with Heroku

Installation

  • Get codebase https://github.com/shirlaine/tweeter.git
  • Install Gem Dependencies cd tweeter bundle install
  • Database Setup bin/rake db:create db:migrate db:seed
  • Run server bin/rails server
  • Open browser at http://localhost:3000

Test

Heroku

  • This app can be accessed at https://tweeter-tweet.herokuapp.com