Skip to content

An E-Healthcare webapp developed for Software Studio 1A

Notifications You must be signed in to change notification settings

pharapeti/e-healthcare-webapp

Repository files navigation

e-healthcare-webapp

Installation

  1. Pull repo git clone https://github.com/pharapeti/e-healthcare-webapp.git
  2. Install rvm
  3. Using rvm, install Ruby. Ensure you install the same version as the one specified in the Gemfile
  4. In command prompt, run gem install bundler
  5. Navigate to cloned directory and run bundle install. This will install the gem dependencies of the project
  6. Run rake db:drop db:create db:migrate db:seed to create the database, migrations and create fixtures for testing.
  7. Run rails server in command prompt to start the project.
  8. Open a web browser and navigate to localhost:3000 to see the homepage

Contributors also known as Team 6:

  • Patrice Harapeti
  • Steven Zacherl
  • Johan Do
  • Justin Carlino
  • Yunwei Zhang