Take a look of our website : https://devfolio.co/submissions/coheal-a1f2
Co-heal is a website that provides all the information regarding the Covid home isolation system and people can also track their health status on daily basis.
- Clone the repository through vs code
- save the repository in C:\xampp\htdocs
##Setting up databases FOR TABLE 3. Create a database with name 'table' and a table named 'user' with 8 coloumns as following:
- userid int(11)
- date date
- temperature int(11)
- heartrate int(11)
- oxygen int(11)
- feeling text
- breathing text
- dt datetime
-
Create a database with name 'users' and a table named 'users' with 4 coloumns as following: 1.slno. int(11) 2.username text 3.password varchar(11) 4.dt datetime
-
Now run the link http://localhost/co-heal/home/home.html in your browser