/pharmac

Primary LanguageTypeScriptMIT LicenseMIT

Pharmac

Build Status Codacy Badge codebeat badge BCH compliance Known Vulnerabilities

Design to handle pharmacokinetic model problems but can be useful for solving direct/inverse problems for all types of mathematical models

Demo

https://pharmac-app.herokuapp.com/

Stack

Local setup

Requirements

  • Python 2.7 (with libs from requirements.txt file)
  • Node v6.x.x

Building

  • Install the dependencies with npm install
  • Run in the development mode with npm run dev and go to localhost:8080
  • For run in the production:
    • Bundle sources with npm run compile
    • Start with npm start
    • Open localhost:5000 in the browser