/Meal_Mentor

Meal Mentor

Primary LanguageJavaScriptApache License 2.0Apache-2.0

How to run the application

To run the Backend application, follow the steps below:

  1. Clone the repository
git clone https://github.com/Ankuraxz/nutrition_ai.git
  1. Change the working directory
cd nutrition_ai/backend
  1. Install dependencies
pip install -r requirements.txt
  1. Run the application
uvicorn main:app --reload --port 8000
  1. Open the browser and go to http://localhost:8000
  2. You can now use the application

To run the Frontend application, follow the steps below:

  1. Clone the repository
git clone https://github.com/Ankuraxz/nutrition_ai.git
  1. Change the working directory
cd nutrition_ai/frontend
  1. Install dependencies
npm install
  1. Run the application
npm start
  1. Open the browser and go to http://localhost:3000

Deployment

Backend

Deployment Guide: Backend Deployment Guide

Frontend

Deployment Guide: Frontend Deployment Guide

CI/CD

We have used GitHub Actions for CI/CD. The workflow file can be found here