Health tracker Web app with a Telegram bot integration
Purpose: Collect data of diseases, medical tests, show statistics
Here is a working live demo : [in development]
- https://tlgrm.ru/docs/bots/api
- https://cloud.google.com/run/?hl=en
- https://console.cloud.google.com/
cp .env.template .env # only first time, fill created file with relevant variables
npm install # only first time or after dependencies updates
npm run dev
cd client/
cp .env.template .env # only first time, fill created file with relevant variables
npm install # only first time or after dependencies updates
npm run dev