Skip to content

AlGaRitm2020/BeneFit_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeneFit

Based on Flask
Open deployment of this project (Heroku).

Introduction

BeneFit is a website that helps you maintain a healthy lifestyle.
There are sections

  • calculators (BMI, heart rate, water norm, calories norm, body type, body fat)
  • personal recommendations that dependence of user data
  • nutrition page, where you can view proteins, fats, carbs and calories of any product

Before getting personal recommendations you must be authorized

Frameworks and libraries

BeneFit using:

Installation

To run this project in your local environment

    1. Clone the repository:
    
      git clone https://github.com/AlGaRitm2020/BeneFit_web.git
      cd BeneFit_Web

    2. Create and activate a virtual environment:
    
          virtualenv env -p python3
          source env/bin/activate
    
    3. Install requirements:
    
          pip install -r requirements.txt
    
    4. Run the application:
    
          python application.py
    
    5. Go to http://127.0.0.1:8080