EpiTracker

By Katarina Tuttle

Heath tracker that allow user to make different entry for meal, exercise etc.

Technologies Used

  • Application: Ruby on Rails 5
  • Testing: Rspec, Capybara, Simplecov, FactoryGirl
  • Database: Postgres, ActiveRecord

Installation

Install by cloning the repository.

$ git clone https://github.com/KKTuttle/Rails-EpiTracker

Check to make sure ruby and rails are installed on your machine.

$ ruby -v
$ rails -v

If they are not installed, please follow instructions here to install ruby on rails.

Install required gems:

$ bundle install

Run Postgres:

$ postgres

Navigate to project file and migrate database:

$ rake db: create
$ rake db: migrate

Start the Rails webserver:

$ rails server

Navigate to localhost:3000 in your browser of choice.

Support and contact details

Contact by email: katka.karolcikova@gmail.com

License

This software is licensed under the MIT license.

Copyright (c) 2016 Katarina Tuttle