Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/#3 (사용자 정보에 따른 AI 식단 추천 기능 구현) #5

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
83d0d65
feat: 식단 추천 UI 개선 및 오류 처리 추가
EJ-KANG02 Oct 30, 2024
63daf14
feat: 하루 권장 영양소 제공 기능 추가
EJ-KANG02 Dec 2, 2024
7ab4a29
design: UI 수정
EJ-KANG02 Dec 6, 2024
447e289
docs: 로고 및 title 수정
EJ-KANG02 Dec 6, 2024
d79a84a
feat: 비밀 정보를 환경 변수로 설정
EJ-KANG02 Dec 6, 2024
cb5bad3
docs: gunicorn 추가
EJ-KANG02 Dec 6, 2024
33c3fc1
docs: openai 추가
EJ-KANG02 Dec 6, 2024
270a2bd
docs: requests, beautifulsoup4, python-dotenv 추가
EJ-KANG02 Dec 6, 2024
26491b4
feat: 기본 루트 추가
EJ-KANG02 Dec 6, 2024
9ec32ff
feat: import './index.css' 추가
EJ-KANG02 Dec 6, 2024
62b3326
feat: 주말에 급식 검색 시 오류 버그 수정
EJ-KANG02 Dec 6, 2024
d1bac6d
fix: git에 index.css 없음 오류 수정
EJ-KANG02 Dec 6, 2024
91982c9
fix: ESLint 경고 무시 설정
EJ-KANG02 Dec 6, 2024
ebfccd4
design: 글씨체 수정
EJ-KANG02 Dec 6, 2024
fdbfbb7
design: 글씨체 수정
EJ-KANG02 Dec 6, 2024
0867420
feat: 배포 기능 수정
EJ-KANG02 Dec 7, 2024
61362e5
feat: 배포 기능 수정
EJ-KANG02 Dec 7, 2024
c25d091
feat: 배포 기능 수정
EJ-KANG02 Dec 7, 2024
d8606d1
feat: 배포 기능 수정
EJ-KANG02 Dec 7, 2024
f707227
feat: 배포 기능 수정
EJ-KANG02 Dec 7, 2024
efcfc09
fix: 작은따옴표 백틱(`)으로 변경
EJ-KANG02 Dec 7, 2024
62959b3
fix: CORS 문제 수정
EJ-KANG02 Dec 7, 2024
63c0ab8
docs: 디버깅을 위한 로그 작성
EJ-KANG02 Dec 7, 2024
100da7f
docs: openai api 버전 수정
EJ-KANG02 Dec 7, 2024
52507ba
docs: openai api 버전 수정-2
EJ-KANG02 Dec 7, 2024
94ae9a7
feat: 구글 애널리틱스 분석 기능 추가
EJ-KANG02 Dec 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Node.js
node_modules/
npm-debug.log
.env

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/

# IntelliJ
.idea/
*.iml
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

415 changes: 415 additions & 0 deletions backend/app.py

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
flask
flask-cors
gunicorn
openai==0.28.0
requests
beautifulsoup4
python-dotenv
28 changes: 28 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

#front
../pickypick-mvp/
../replace-text.txt
../venv/

70 changes: 70 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading