Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 470 Bytes

record.md

File metadata and controls

20 lines (15 loc) · 470 Bytes

파일트리

  • ./logic

    • logic.js - 메인 기능을 실행하는 부분
    • data.json - 레시피 데이터 [ {recipe}, {recipe}, , ,]
    • ingredients.js - 재료 데이터 [ "재료", "재료", , ,]
    • croll.js - 크롤링 - http://www.10000recipe.com/
    • food.js - 음식 목록
  • ./router

    • app.js - 라우터 파일
  • ./views

    • html(ejs) 파일들

requirements

  • "body-parser": "^1.19.0",
  • "ejs": "^2.6.2",
  • "express": "^4.17.1"