Show
vital flow --> Hackathon Project by HackWeb
It is a Hackathon Project where we solve the problems of current Healtcare system
- Adding hosipital Owener
- Normal User
- Home Workout and Yoga
- Mental Health Support
- Chronic Illness Database
- Womens Section
- Health Calculator
- Aliza Fatima as shayaliza
- Tanya Bansal
- Siddharth Khuswaha
Install all the dependendies :
npm install
Set .env file inside server folder :
MONGO_DB_URL= your mongo db url
JWT_SECRET=your key
PORT= your backend port
FRONTEND_URL= frontend url or port
Run Frontend development Server in hc-client directory:
npm run dev
Run Backend development Server in hc-client/server directory:
nodemon start
or
node start
Note Make sure .env is correctly setup
.\hc-client\*
├─ app -
│ ├─ (components)
│ │ ├─ (calculator)/bmi.jsx , bodyfat.jsx, calorie.jsx
│ │ ├─ (chronic)/bp.jsx
│ │ ├─ (game)/gam1.jsx, game2.jsx
│ │ ├─ (health)/addDocter.jsx, hospital.jsx, HospitalDoctors.jsx, showDocter.jsx
│ │ ├─ (mental)/mental1.jsx, mental2.jsx, mental3.jsx
│ │ ├─ (woman)/fertility.jsx, mensuration.jsx, periodcalc.jsx, sex.jsx
│ │ ├─ (workout)/blog.jsx, diet.jsx, homeWorkout.jsx, yoga.jsx
│ │ ├─ footer.jsx
│ │ ├─ navbar.jsx
│ │ └─ style2.css
│ ├─ (pages)
│ │ ├─ (calculator)/page.jsx
│ │ ├─ (chronic)/page.jsx
│ │ ├─ (game)/page.jsx
│ │ ├─ (health)/page.jsx
│ │ ├─ (login)/page.jsx
│ │ ├─ (mentalHealth)/page.jsx
│ │ ├─ (signup)/page.jsx
│ │ ├─ (womaniya)/page.jsx
│ │ └─ (workout)/page.jsx
│ ├─ .env
│ ├─ favicon.ico
│ ├─ globals.css
│ ├─ layout.js
│ ├─ page.js
│ └─ others # node modules, package.json, package-lock.json, .gitignore
├─ public- #all assets
├─ server -
│ ├─ server.js
│ ├─ modals
│ │ ├─ bp.js
│ │ ├─ doctor.js.js
│ │ ├─ superuser.js
│ │ └─ user.js
│ ├─ routes
│ │ ├─ authRoutes.js
│ │ └─ getRoutes.js
│ ├─ utils
│ │ └─ auth.js
│ ├─ .env
│ └─ others - # node modules, package.json, package-lock.json, .gitignore
└─ others - # .next, node_modules, .eslint.json, jsconfig.json, next-end.ts, next.config.js, package.json, package-lock.json, .gitignore, postcss.congfig.js, ReadME.md, tailwind.config.js, tsconfig.json
- Skeleton
- Authentication
- Desgin
- Animation
- Footer
- Data addition
- Server Connection
- Databse Connection
- Game 2 and 3
- Mental Health Support
- Search bar for Fetching Hospitals and Doctors
- loading.js in every page
- Changing Email to Username in Bp tracker
- We will add a real-time 24/7 AI chatbot
- searching system through which we can find nearby hospitals and doctor specialists
- One-on-one live video calling through the web application.
- A hybrid workout platform where we can track our progress and compete with
- others in a healthy manner.
- A health quiz competition to raise awareness, with the opportunity to win prizes and certificates.
- A virtual health document containing all previous records to aid in doctor analysis.
- A child healthcare system that ensures children receive the necessary nutritional value and support. -A nutrition marketplace where we can sell original and health-assured products.