Skip to content

HQkim/foreat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

701 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOR:EAT

logo

목차

​ 1. FOR:EAT

2. 주요 기능

3. Development Stack

4. Getting Started

5. Document

6. Team Introduce

FOR:EAT

FOR:EAT은 유저의 취향, 냉장고에 있는 재료를 반영하여 다양한 알고리즘을 통해 사용자 맞춤형으로 레시피를 추천하는 서비스입니다.

🍴 사용자 맞춤 레시피 추천 서비스 FOR:EAT

💡 Team 포릿 Notion

주요 기능

사용자 맞춤형 레시피 추천

feed


레시피 상세 정보

detail


브라우저

browse


Weekly Report

WeeklyReport

Development Stack

![워드 클라우드](README.assets/워드 클라우드.jpg)협업

  • Jira
  • Gitlab
  • Notion
  • Gather
  • Mattermost

Frontend

  • React
  • Recoil
  • Javascript
  • React-router

Backend

  • Python
  • Django
  • Pandas
  • Scipy
  • Numpy
  • Scikit learn
  • MySQL
  • Visual Studio Code, Postman, Mysql Workbench, Sourcetree

Getting Started

front/back 의 .env 파일은 sercret key 문제로 요청 시 보내드리겠습니다.

Github Clone

  • clone 받기

    git clone https://lab.ssafy.com/s06-bigdata-rec-sub2/S06P22A103.git
    

Frontend

  • 시스템 버전

    • node : @16.14.0
    • npm : @8.3.1
  • /frontend 디렉토리로 이동

  • React 모듈 설치

      npm install
    
  • React 어플리케이션 실행

      npm start
    

Backend

  • 시스템 버전

    • Django: 3.2.12
    • Python: 3.9.7
    • mysql: 8.0.28
  • 소스코드 pull

    python -m venv venv
    source venv/Scripts/activate
    pip install -r requirements.txt
    python manage.py makemigrations
    python manage.py migrate
    python manage.py loaddata recipes/fixtures/ingredient.json
    python manage.py loaddata recipes/fixtures/keyword.json
    python manage.py loaddata recipes/fixtures/allergy.json
    python manage.py loaddata recipes/fixtures/category.json
    python manage.py loaddata recipes/fixtures/recipe_final.json
    

배포

Document

Team Introduce

김윤하 김현규 서우림 이재경 장준범 한슬기
로키2 현규 둥이 고슴도치 준범-16492589299933 초코
팀장, Frontend, UI/UX 서버 관리 및
배포,
추천 알고리즘
분석,
Backend API
Backend API,
추천 알고리즘 분석
Backend API,
추천 알고리즘
분석
Frontend, UI/UX Frontend, UI/UX
@yulloe @HQkim @urimseo @aletsire @UNILION @1seul357

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6