Design to handle pharmacokinetic model problems but can be useful for solving direct/inverse problems for all types of mathematical models
https://pharmac-app.herokuapp.com/
- Backend
- Frontend
- React
- Redux as state container
- react-bootstrap as UI kit
- recharts for plots
- SCSS as CSS extension
- Python 2.7 (with libs from requirements.txt file)
- Node v6.x.x
- Install the dependencies with
npm install - Run in the development mode with
npm run devand go tolocalhost:8080 - For run in the production:
- Bundle sources with
npm run compile - Start with
npm start - Open
localhost:5000in the browser
- Bundle sources with