A health care community and self-healthy management system built using the Django framework. Users can easily post content and engage in social interactions (view, comment, like), while also enjoying a wealth of health channel videos, curated recipe recommendations, and a convenient BMI and calories calculator.
Python and Django need to be installed
pip install django
Go to the HealthCare folder and run
python manage.py runserver
Then go to the browser and enter the url http://127.0.0.1:8000/
This website allows users to log in using their self-created accounts or through their Facebook or GitHub accounts.
You can access the django admin page at http://127.0.0.1:8000/admin and login with username 'admin' and the above password.
Also a new admin user can be created using
python manage.py createsuperuser
Login page
Video recommendation page
Self health management page
Food recipe community page
Blog page
Comment and like function
Write and edit post page
Profile page