Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 914 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 914 Bytes

FoodieAI

This AI-driven foodie application integrates real-time restaurant reviews sourced directly from Google Maps. Leveraging OpenAI API, it provides users with summarized feedback on key aspects such as taste, service, and pricing. Developed with a modular frontend interface using React, and a backend server using Express framework. MongoDB is used for secure storage of user data. JSON Web Tokens (JWT) are implemented for user authentication.

Features

  • Real-time restaurant reviews from Google Maps
  • AI-driven extraction of key aspects for summarized feedback
  • Modular frontend interface with React(repo: https://github.com/ziyueshen/FoodieAI-front)
  • Robust backend server with Express framework
  • Secure storage of user data with MongoDB
  • User authentication with JSON Web Tokens (JWT)

Technologies Used

  • React
  • Express
  • MongoDB
  • OpenAI API
  • JSON Web Tokens (JWT)
  • Google Maps API