Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated readme #28

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,30 +108,30 @@ Link to the implementation video of the BurnOut application:
## Register

<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/register_page.png>
- This is the page where a new user can register to use our application. It contains fields like username, email, password, current weight, current height, target weight which the user wants to achieve and the target date. All these fields, once entered, will store in the MongoDB database.
This is the page where a new user can register to use our application. It contains fields like username, email, password, current weight, current height, target weight which the user wants to achieve and the target date. All these fields, once entered, will store in the MongoDB database.


## Login

<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/login_page.png>
- This is the login page wherein the user can access the functionalities of our application.
This is the login page wherein the user can access the functionalities of our application.


## Set User Profile

<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/profile_update.png>
- This is the page where the user can update his profile. The updated profile will update in the MongoDB database and display it in the frontend.
This is the page where the user can update his profile. The updated profile will update in the MongoDB database and display it in the frontend.


## Enter Calories in
<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/Calorie_intake.png>
- This is the page where the user can enter the calories taken. The dropdown contains various food items and its calories. Once selected, it will update it in the database.
This is the page where the user can enter the calories taken. The dropdown contains various food items and its calories. Once selected, it will update it in the database.


## Check Your Plan

<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/your_plan(updated).jpeg>
- This is the page where the user can see their history in the form of a bar graph. This graph contains the data from last 7 days. The user can see their progress and can keep a track of how much calories the user needs to burn or intake to achieve their goal within the target date. The x-axis contains the date from last 7 days to the current date and y-axis contains the calories.
<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/Your_plan_final.jpeg>
This is the page where the user can see their history in the form of a bar graph. This graph contains the data from last 7 days. The user can see their progress and can keep a track of how much calories the user needs to burn or intake to achieve their goal within the target date. The x-axis contains the date from last 7 days to the current date and y-axis contains the calories.


## Adding Friends
Expand Down
Loading