Skip to content
@YJU-5

Let Eat Go(バグ取り隊)

食事を通じて人と日常をつなぐソーシャルダイニングプラットフォーム。

Let Eat Go

食事をきっかけに、新しい人と新しい日常をつなぐソーシャルダイニングプラットフォーム

Next.js 15 NestJS 11 FastAPI PostgreSQL AWS

About

Let Eat Goは、共通の関心を持つ人々が食事を通じて交流できるWebアプリケーションです。

ユーザーは地域・日程・参加条件からソーシャルダイニングを探し、自分でイベントを開催したり、既存のイベントに参加したりできます。リアルタイムチャット、マップ、レビュー、アルバム、プロフィール、AIテキスト分類を一つのサービスに統合しました。

本プロジェクトは、ヨンジン専門大学の4名で開発したチームプロジェクトです。フロントエンド、バックエンド、AIサービスを独立したリポジトリとして構成し、GitHub Issues、Pull Requests、Docker、GitHub Actionsを利用して開発しました。

Current status: 公開デモ環境、ローカル開発手順、テスト・CIをポートフォリオ品質へ再整備しています。

Repositories

Service Responsibility Repository
Web Client UI, OAuth flow, Kakao Maps, real-time chat, internationalization project-leteatgo-nextjs-repo
Backend API REST API, JWT, WebSocket, PostgreSQL, S3 integration project-leteatgo-nestjs-repo
AI Service DistilBERT text classification and model serving ai-service

Architecture

flowchart TD
    User[Browser] --> Web[Next.js Web Client]
    Web -->|REST / JWT| API[NestJS API]
    Web <-->|Socket.IO| API
    API --> DB[(PostgreSQL)]
    API --> S3[Amazon S3]
    API --> AI[FastAPI AI Service]
Loading

Key Features

  • ソーシャルダイニングの検索・開催・参加
  • Kakao Mapsを利用したイベント探索
  • Google・Kakaoソーシャルログイン
  • Socket.IOによるリアルタイムチャット
  • アルバム、コメント、いいね、レビュー
  • 韓国語・日本語UI
  • DistilBERTによる不適切表現の分類
  • DockerとGitHub Actionsを利用したAWSデプロイ

Team

Project Scope

This organization contains an educational team project. The repositories are being maintained as a technical portfolio and learning resource. No open-source license has been declared unless a repository states otherwise.

Pinned Loading

  1. project-leteatgo-nextjs-repo project-leteatgo-nextjs-repo Public

    Next.js web client for the Let Eat Go social dining platform.

    TypeScript 1 2

  2. project-leteatgo-nestjs-repo project-leteatgo-nestjs-repo Public

    NestJS backend API for Let Eat Go with PostgreSQL, WebSocket, JWT, and S3.

    TypeScript 1

  3. ai-service ai-service Public

    FastAPI and DistilBERT text classification service for Let Eat Go.

    Python 1

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…