Skip to content

AlGaRitm2020/BeneFit_web

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