Quasar App (health-tracker)

App tha tracks healthy habits

FRONT END

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Or to run as pwa (App)

quasar dev -m pwa

BACKEND

cd into Backend and install the depedencies

cd Backend
pip install -r requirements.txt

Run the project

python main.py