Skip to content

Vital flow -- It is a HealthCare and social Well being Web Application --Primarily made with Nextjs , Express and mongodb

Notifications You must be signed in to change notification settings

dynodevs/hc-client

This branch is 1 commit ahead of shayaliza/hc-client:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2fd43f6 · Aug 23, 2024

History

51 Commits
Dec 11, 2023
Nov 5, 2023
Aug 23, 2024
Oct 29, 2023
Oct 29, 2023
Nov 3, 2023
Oct 29, 2023
Oct 29, 2023
Nov 5, 2023
Nov 5, 2023
Oct 29, 2023
Nov 2, 2023
Oct 30, 2023

Repository files navigation

HealthCare and Social Well being Web Application

Table of Contents

Show

About Vital flow

vital flow --> Hackathon Project by HackWeb

It is a Hackathon Project where we solve the problems of current Healtcare system

some of the key features are

  • Adding hosipital Owener
  • Normal User
  • Home Workout and Yoga
  • Mental Health Support
  • Chronic Illness Database
  • Womens Section
  • Health Calculator

Our Contributers

We are team of 3

  • Aliza Fatima as shayaliza
  • Tanya Bansal
  • Siddharth Khuswaha

Installation

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

App structure

.\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

Project status

Done

  • Skeleton
  • Authentication
  • Desgin
  • Animation
  • Footer
  • Data addition
  • Server Connection
  • Databse Connection

In Process

  • Game 2 and 3
  • Mental Health Support
  • Search bar for Fetching Hospitals and Doctors
  • loading.js in every page

Bugs Fixing

  • Changing Email to Username in Bp tracker

If you find any bugs feel free to tell

Future Perspective

  • 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.

Preview

About

Vital flow -- It is a HealthCare and social Well being Web Application --Primarily made with Nextjs , Express and mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.7%