Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 756 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 756 Bytes

AI Eat Green

Demo

Youtube

Installation

The front end is in Angular and runs on Ionic. To install:

  1. Install Ionic
  2. Install Node Package Manager
  3. To install all the dependencies, cd into ai-eat-green/ionic/ai-eat-green/ and run npm install

The backend is in Python. To install:

  1. Install pip
  2. To install all the dependencies, cd into ai-eat-green/server/ and run pip install -r requirements.txt

Usage

To start the front end, cd into ai-eat-green/ionic/ai-eat-green/ and run ionic serve.