The front end is in Angular and runs on Ionic. To install:
- Install Ionic
- Install Node Package Manager
- To install all the dependencies, cd into
ai-eat-green/ionic/ai-eat-green/
and runnpm install
The backend is in Python. To install:
- Install pip
- To install all the dependencies, cd into
ai-eat-green/server/
and runpip install -r requirements.txt
To start the front end, cd into ai-eat-green/ionic/ai-eat-green/
and run ionic serve
.