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