Ankuraxz / Meal_Mentor

Meal Mentor

Home Page:https://nutrition-ai.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Meal Mentor

https://nutrition-ai.vercel.app/

License:Apache License 2.0


Languages

Language:JavaScript 61.0%Language:Python 33.7%Language:HTML 2.7%Language:CSS 2.6%