Skip to content

kainphoton/Elderly-Wellbeing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elderly Wellbeing Web App

Setup & Installation

Make sure you have the latest version of Python installed.

git clone https://github.com/kainphoton/Elderly-Wellbeing
cd Elderly-Wellbeing

Important! Make sure you are in a Python Virtual Environment before using pip install.

For Windows:

python -m venv venv
venv\Scripts\activate

For Mac and Linux:

python3 -m venv venv
source venv/bin/activate

Once you are in the virtual environment, install the packages:

pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Main Website: http://127.0.0.1:5000

Public Dashboard: http://127.0.0.1:5000/public-dashboard

Live Implementation URL

Main Website: https://elderly-wellbeing.herokuapp.com/

Public Dashboard: https://elderly-wellbeing.herokuapp.com/public-dashboard

List of Software Reused and Dependencies

About

Flask webapp project for uni course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors