Skip to content

alexborovkov/FlaredownEmber-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaredown

Flaredown makes it easy for people to track symptoms over time, and learn how to control them. Our goal is to analyze the aggregate data from users of this tool to understand the probably effects of treatments and environmental stressors on chronic illness.

Environment

  • PostgreSQL 9.4
  • MongoDB 3.0.10
  • Redis 3.2.6
  • Ruby 2.3.1 (see RVM also)
  • Node 6.10.3

Installation

Backend

cd backend
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
bundle install --without production -j5 --retry 10
cp env-example .env # You may adjust it however you like
                    # RVM is going to autoload this on every 'cd' to the dirrectory
bundle exec rake app:setup

Frontend

cd frontend
npm install
bower install

Running / Development

rake run

Visit your app at http://localhost:4300

License

Copyright 2015-2017 Logan Merriam and contributors.

Flaredown is open source software made available under the GPLv3 License. For details see the LICENSE file.

About

Flaredown web app and API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.1%
  • JavaScript 27.6%
  • HTML 11.3%
  • CSS 4.0%