This project was created as a submission to GirlHacks 2022. The submission can be found here. Team Members: Jonathan Lo and Eric Wang
HealthWealth is designed to allow its users to gain awareness to potentially harmful lifestyle habits. By being aware of these dangers, users can make informed decisions to improve their quality of life. HealthWealth achieves this by providing an objective view of a persons life style and offers them different resources catered to their lifestyle. These resources range from an exercise plan to different diet options to even better sleep schedule management.
Both of us used to be competitive swimmers but grew complacent due to COVID. We realized we had unknowingly slipped into bad habits that affected our lifestyle. Here, we decided to create a Webapp to keep ourselves in check. We wanted to take this oppurtunity to build something that would benifit not only us, but others as well.
The backend is in Python utilizing the Django framework. The front end is a mix of HTML/CSS and JavaScript. We use Jquery AJAX requests to asynchronously update the front end. Moreover, we use Chart.js to create a chart of spending over a period of time. We use Pandas and statistical analysis to make predictions and recommended actions.
- Clone the repository.
- Install
pipenvand the dependencies inPipfile. - Launch
pipenvenviroment using:
pipenv shell- Create a
config.jsonand input Client IDs, Secrets, and Tokens according toconfig.json.example. - Start local server using:
python3 manage.py runserver
