Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 657 Bytes

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