Coder Social home page Coder Social logo

lgtm-migrator / diabetes-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from louis-vs/diabetes-monitor

0.0 0.0 0.0 983 KB

An app to log blood sugar & insulin levels

License: GNU Affero General Public License v3.0

JavaScript 8.05% Ruby 68.73% HTML 4.29% Haml 18.82% SCSS 0.11%

diabetes-monitor's Introduction

Diabetes Monitor

A simple app to help record and monitor blood sugar and insulin levels over time. Made with Ruby on Rails.

Disclaimer: This software is a proof-of-concept, and does not provide medical advice. Downloading and/or using this software is entirely at your own risk.

Installation

Make sure you have Ruby 2.7.3 and Rails 6.1 installed. You will also need yarn to use Webpacker, which is needed for the website to run.

Download the source code, then from within the project's root folder run:

$ bin/bundle install
$ bin/yarn install

This will install all dependencies. To create the database run:

$ bin/rails db:create db:schema:load

You will need a Postgresql server running locally for this to work. Finally, to run the app (in the development environment) run:

$ bin/rails s

To receive mail from Devise::Mailer in development, you need to use MailCatcher. Install it using RubyGems and make sure it's running when using mailer features:

$ gem install mailcatcher
$ mailcatcher

Development

(coming soon)

Licence

The source code in this repository is licensed under AGPLv3-only.

diabetes-monitor's People

Contributors

louis-vs avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.