Skip to content

mittenin-at/bmi

Repository files navigation

Welcome to BMI

BMI is a body mass index tracker application written in Ruby on Rails. It is licenced under the GPLv3. See licence File provided in the same directory for details.

Prerequisites

  • A working Ruby On Rails environment and access to a running SMTP server

Getting Started

  1. Copy config/database.yml.orig to config/database.yml and modify it according to your settings.
  2. bundle install and rake db:migrate as usual.
  3. Modify config/environment.rb and set the name of you SMTP-Server.
  4. Start the application and register your admin's email address.
  5. An email will be sent to this address, click on link and register yourself.
  6. The first (and only the first) user created will have admin privileges automatically.
  7. Have fun!

Libraries used

The gems used can be found in the Gemfile, but I want to thank the current project leads for maintaining them explicitely:

About

Body Mass Index Tracker Application in Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published