Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A modern React Native mobile application for tracking meals and nutrition using AI-powered food recognition.

Notifications You must be signed in to change notification settings

jovimoura/foodiary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ₯— Foodiary

This monorepo contains the complete source code for the Foodiary project β€” a modern mobile application for tracking meals and nutrition using AI-powered image and audio recognition.

It is divided into two main packages:

  • ./foodiary-app: The mobile frontend built with React Native and Expo
  • ./foodiary-api: The backend API responsible for data processing and integration with AI services

πŸ“ Repository Structure

/
β”œβ”€β”€ foodiary-app/   # Mobile frontend (React Native with Expo)
β”œβ”€β”€ foodiary-api/   # Backend API services
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package.json
└── README.md       # This file

πŸ“± Mobile App

The foodiary-app is a fully functional mobile app built with React Native and Expo, featuring file-based routing via expo-router, Tailwind-style utility classes with NativeWind, and rich features like image/audio-based meal logging.

πŸ“„ For full setup, architecture, and development instructions, refer to ./foodiary-app/README.md.


🧠 Backend / API

The foodiary-api handles backend services, including authentication, nutritional data processing, and AI-based food recognition from images and audio inputs.

πŸ“„ Detailed setup instructions, dependencies, and scripts can be found in ./foodiary-api/README.md.


πŸš€ Getting Started

To run the full project locally:

  1. Make sure you have Node.js v18+ installed
  2. Clone the repository:
    git clone https://github.com/yourusername/foodiary.git
    cd foodiary
  3. Navigate into each project folder (foodiary-app and foodiary-api) and follow the setup instructions in their respective README files.

πŸ“¦ Packages Overview

Package Description Path
Frontend App React Native mobile application ./foodiary-app
Backend API AI-powered backend with auth and logic ./foodiary-api

πŸ“˜ Notes

  • This README provides a global overview of the monorepo.
  • Each internal project contains its own README file with technical documentation, installation guides, and development instructions.

Built with πŸ’š to help you eat better.

About

A modern React Native mobile application for tracking meals and nutrition using AI-powered food recognition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages