Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 564 Bytes

File metadata and controls

48 lines (28 loc) · 564 Bytes

Foodle

2023-01 Ajou Univ. Software Engeenering TeamProject

Test

pip install flask
flaks run #on main directory

http://127.0.0.1:5000/ 링크 이용

testId: test1

testPw: 1234

AI추천 테스트는 openai_API 디렉토리 안에 .env 파일(API키) 필요

Link

  • /auth/

login

register

  • /home/

  • /board/

upload

int:post_id

  • /myfridge/

File

  • *.py -> Main server code

  • *.html -> templates directory에 저장

  • *.css -> static directory에 저장

  • DB -> instance directory

  • ORM -> migrate directory