Skip to content

MLH-Fellowship/MealGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

MealGuide

This is a progressive web app designed to battle obesity in students at various university. MealGuide will remove the need to research, plan and design your diets so you don’t really have to spend time, thinking and energy for starting your fitness journey. Our application uses nutritional science to develop custom meals according to the menu at your university dinning halls that will help you reach your fitness goals.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Node and npm manager

You need node and npm installed on your system to be able to run and build this project.

Installation

In order to install and run this project follow the below steps

  • Run following command on terminal/cmd/shell in the project folder
npm install -g @ionic/cli
cd mealguide-frontend
npm install

Run project in production mode

To start the webpack dev server at port 8080

  ionic serve

Run project in production mode

Generate the dist files and then start server at port 3000

  npm run build
  npm start

Built With

Deployed on

Authors