Skip to content

Latest commit

 

History

History
149 lines (92 loc) · 3.98 KB

README.md

File metadata and controls

149 lines (92 loc) · 3.98 KB

THE GREAT HACK - Techfluence Hackathon

Problem Statement

How can we utilize wearable devices and sensors to monitor health indicators like heart rate, blood pressure, and glucose levels, and notify users or caregivers of any abnormalities or emergencies?

🔗 Content

👨‍👦‍👦 Team

📋 Features

🧰 Tech Stack

  • BACKEND : Django

  • DATABASE : MySQL

  • FRONTEND : React JS

  • Machine Learning : Pandas, Numpy, Tensorflow, Keras, Scikit-Learn

🛠 API Reference

🔐 Environment Variables

To run this project, you will need to add the following environment variables to your .env file

  • SECRET_KEY - Secret Key for Backend

  • JWT_KEY - JWT Authentication Key

  • EMAIL_HOST_USER - Email ID

  • EMAIL_HOST_PASSWORD - Email Password

  • SOCIAL_SECRET - Default Password for Social Auth

  • GOOGLE_CLIENT_ID - Google Client ID

  • GOOGLE_CLIENT_SECRET - Google Client Secret

  • TWILIO_ACCOUNT_SID - Twilio Account SID

  • TWILIO_AUTH_TOKEN - Twilio Auth Token

💻 Run Locally

Step#1 : Clone Project Repository

git clone https://github.com/Intensa-Council-GEC/Team-Delta.git

Step#2 : Go to Project Directory

cd Team-Delta

Step#3 : Run Backend Server

cd backend
  • If virtualenv is not istalled :
pip install virtualenv && virtualenv env
  • Turn On Virtual Environment

  • In Windows :

    env/Scripts/activate
  • In Linux or MacOS :
    source env/bin/activate
  • Install Dependencies
pip install --upgrade pip -r requirements.txt
  • Runserver
python manage.py runserver

Step#4 : Run Frontend Server

cd frontend
  • Install Dependencies
npm install
  • Runserver
npm run dev

Check the terminal if any error.

Step#6 : Open Browser

  • Open http://127.0.0.1:5173/ or http://localhost:5173/ on your browser.

📄 Documentation

The docs folder contain all the project documentations and screenshots of the project.You can go through the presentation here