Skip to content

Connectr is a realtime chatting application built on Ruby on Rails.

Notifications You must be signed in to change notification settings

426Coders/Connectr_RookieHacks

Repository files navigation

Connectr App

Installing Rails

You should check to make sure that your system has the proper prerequisites installed. These include:

  • Ruby
  • SQLite3
  • Node.js
  • Yarn
  • To install Rails, use the gem install command provided by RubyGems: $ gem install rails

To verify that you have everything installed correctly, you should be able to run the following: $ rails --version

Running the Project

  1. Clone the git repository using git clone [http] command.
  2. Install all dependencies: bundle install
  3. Create db and migrate schema using commands rake db:create and rake db:migrate
  4. Now run the application rails s

About

Connectr is a realtime chatting application built on Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published