Skip to content

rahzbob/time-thrive

Repository files navigation

Time Thrive (time-thrive)

A personalized life expectancy predictor.

Install

Install the dependencies

yarn
# or
npm install

Initialize the app

Make sure you have installed postgresql first and then run:

yarn init
# or
npm run init

Start the server

npx ts-node server/api/api.ts

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

Statistics sources:

https://www.insee.fr/fr/statistiques/2383448

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2598467

https://irp.nih.gov/blog/post/2020/01/extreme-obesity-shaves-years-off-life-expectancy

https://www.researchgate.net/figure/Years-of-life-expectancy-lost-after-age-40-in-relation-to-joint-categories-of-physical_fig2_233385451

About

A personalized life expectancy predictor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published