Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 588 Bytes

File metadata and controls

36 lines (22 loc) · 588 Bytes

= Sweety

A sample ruby on rails application for keeping track of daily blood glucose levels and creating various reports from that information.

==Technologies Used:

  • Ruby version

    • ruby 2.6.3
    • bootsrap
  • System dependencies

    • mysql
  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

    • rspec

==Setup Information

git clone git@github.com:sanju729899/sweety.git cd sweety bundle install
the Gemfile and add it's information to application.yml)

rake db:reset rails s for dev server

visit localhost:3000 in your browser