Health First Deakin is a dietitian app where the user can have a healthy diet
Application main aim is to help paitents getting a better guidence regarding their eating habbits and giving a general tip about healthly food products Our application consist of 3 modules Clinic, Patient and Doctors Patients can view the diet consult the doctor and book appointments with clinic Clinic is a mediator between doctor and profile which can connect doctor to patients Doctor can consult with the patients and suggest them with some diets
Steps
-
Open Visual code terminal from github
-
Install dependencies with npm i
-
After getting the dependencies run the command npm start
-
Open browser enter url :- http://localhost:3000/
-
if New User
- click on register add user details
- Do not forget to add your occupation (Patient, Doctor,Clinic)
- User needs to be verfied by the Admin
- After users are verfied they can navigate to desired Page
-
else Existing User
- Add your Username and Password
- Click login and get to your desired occupation
-
If you are a New Patient you will need to create a account with HFD link:- http://localhost:3000/patient/registration
If your have a New Clinic you will need to create a account with HFD link:- http://localhost:3000/clinic/registration
If you are a New Doctor you will need to create a account with HFD link:- http://localhost:3000/doctor/registration
-
Existing Users will be navigated to there desired profile page where they can edit there deatils
-
Patients can also view the recipes and serach for several food items with viewing their health benenfits
-
Patients can also add thier recipes with Ingredients so that others can have benefit from it
We implemented 22 test case with your project Steps
- Open terimal Start your npm server with npm start
- Open new terminal add npm test
- you can see test cases running
Test case consist of Admin login , (Patients, Doctor and Clinics) Registration Pages