diff --git a/frontend_react/frontend/public/blue_marker.png b/frontend_react/frontend/public/blue_marker.png deleted file mode 100644 index 8fd7431..0000000 Binary files a/frontend_react/frontend/public/blue_marker.png and /dev/null differ diff --git a/frontend_react/frontend/public/gray_marker.png b/frontend_react/frontend/public/gray_marker.png deleted file mode 100644 index 9e8d2dc..0000000 Binary files a/frontend_react/frontend/public/gray_marker.png and /dev/null differ diff --git a/frontend_react/frontend/public/heart.png b/frontend_react/frontend/public/heart.png deleted file mode 100644 index 74b6abb..0000000 Binary files a/frontend_react/frontend/public/heart.png and /dev/null differ diff --git a/frontend_react/frontend/public/hobbang_banner_outline.png b/frontend_react/frontend/public/hobbang_banner_outline.png deleted file mode 100644 index 08beac2..0000000 Binary files a/frontend_react/frontend/public/hobbang_banner_outline.png and /dev/null differ diff --git a/frontend_react/frontend/public/hobbang_favicon_outline.png b/frontend_react/frontend/public/hobbang_favicon_outline.png deleted file mode 100644 index df744ee..0000000 Binary files a/frontend_react/frontend/public/hobbang_favicon_outline.png and /dev/null differ diff --git a/frontend_react/frontend/public/logo192.png b/frontend_react/frontend/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/frontend_react/frontend/public/logo192.png and /dev/null differ diff --git a/frontend_react/frontend/public/logo512.png b/frontend_react/frontend/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/frontend_react/frontend/public/logo512.png and /dev/null differ diff --git a/frontend_react/frontend/public/recommend_marker.png b/frontend_react/frontend/public/recommend_marker.png deleted file mode 100644 index 0479648..0000000 Binary files a/frontend_react/frontend/public/recommend_marker.png and /dev/null differ diff --git a/frontend_react/frontend/public/red_marker.png b/frontend_react/frontend/public/red_marker.png deleted file mode 100644 index 8639af0..0000000 Binary files a/frontend_react/frontend/public/red_marker.png and /dev/null differ diff --git a/frontend_react/frontend/src/logo.svg b/frontend_react/frontend/src/logo.svg deleted file mode 100644 index 9dfc1c0..0000000 --- a/frontend_react/frontend/src/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend_react/package-lock.json b/frontend_react/package-lock.json deleted file mode 100644 index 55ea0e7..0000000 --- a/frontend_react/package-lock.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "react", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "dependencies": { - "dotenv": "^16.0.3" - } - }, - "node_modules/dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", - "engines": { - "node": ">=12" - } - } - }, - "dependencies": { - "dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==" - } - } -} diff --git a/frontend_react/package.json b/frontend_react/package.json deleted file mode 100644 index a747de8..0000000 --- a/frontend_react/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dependencies": { - "dotenv": "^16.0.3" - } -} diff --git a/frontend_react/frontend/.gitignore b/webserver/frontend_react/.gitignore similarity index 100% rename from frontend_react/frontend/.gitignore rename to webserver/frontend_react/.gitignore diff --git a/frontend_react/frontend/README.md b/webserver/frontend_react/README.md similarity index 100% rename from frontend_react/frontend/README.md rename to webserver/frontend_react/README.md diff --git a/frontend_react/frontend/package-lock.json b/webserver/frontend_react/package-lock.json similarity index 100% rename from frontend_react/frontend/package-lock.json rename to webserver/frontend_react/package-lock.json diff --git a/frontend_react/frontend/package.json b/webserver/frontend_react/package.json similarity index 100% rename from frontend_react/frontend/package.json rename to webserver/frontend_react/package.json diff --git a/frontend_react/frontend/postcss.config.js b/webserver/frontend_react/postcss.config.js similarity index 100% rename from frontend_react/frontend/postcss.config.js rename to webserver/frontend_react/postcss.config.js diff --git a/frontend_react/frontend/public/index.html b/webserver/frontend_react/public/index.html similarity index 100% rename from frontend_react/frontend/public/index.html rename to webserver/frontend_react/public/index.html diff --git a/frontend_react/frontend/public/manifest.json b/webserver/frontend_react/public/manifest.json similarity index 100% rename from frontend_react/frontend/public/manifest.json rename to webserver/frontend_react/public/manifest.json diff --git a/frontend_react/frontend/public/robots.txt b/webserver/frontend_react/public/robots.txt similarity index 100% rename from frontend_react/frontend/public/robots.txt rename to webserver/frontend_react/public/robots.txt diff --git a/frontend_react/frontend/src/App.css b/webserver/frontend_react/src/App.css similarity index 100% rename from frontend_react/frontend/src/App.css rename to webserver/frontend_react/src/App.css diff --git a/frontend_react/frontend/src/App.test.tsx b/webserver/frontend_react/src/App.test.tsx similarity index 100% rename from frontend_react/frontend/src/App.test.tsx rename to webserver/frontend_react/src/App.test.tsx diff --git a/frontend_react/frontend/src/App.tsx b/webserver/frontend_react/src/App.tsx similarity index 100% rename from frontend_react/frontend/src/App.tsx rename to webserver/frontend_react/src/App.tsx diff --git a/frontend_react/frontend/src/Components/Badge.tsx b/webserver/frontend_react/src/Components/Badge.tsx similarity index 100% rename from frontend_react/frontend/src/Components/Badge.tsx rename to webserver/frontend_react/src/Components/Badge.tsx diff --git a/frontend_react/frontend/src/Components/Card.tsx b/webserver/frontend_react/src/Components/Card.tsx similarity index 100% rename from frontend_react/frontend/src/Components/Card.tsx rename to webserver/frontend_react/src/Components/Card.tsx diff --git a/frontend_react/frontend/src/Components/DetailListCard.tsx b/webserver/frontend_react/src/Components/DetailListCard.tsx similarity index 100% rename from frontend_react/frontend/src/Components/DetailListCard.tsx rename to webserver/frontend_react/src/Components/DetailListCard.tsx diff --git a/frontend_react/frontend/src/Components/Dropdown.tsx b/webserver/frontend_react/src/Components/Dropdown.tsx similarity index 100% rename from frontend_react/frontend/src/Components/Dropdown.tsx rename to webserver/frontend_react/src/Components/Dropdown.tsx diff --git a/frontend_react/frontend/src/Components/ImgWithHeart.tsx b/webserver/frontend_react/src/Components/ImgWithHeart.tsx similarity index 100% rename from frontend_react/frontend/src/Components/ImgWithHeart.tsx rename to webserver/frontend_react/src/Components/ImgWithHeart.tsx diff --git a/frontend_react/frontend/src/Components/InputBox.tsx b/webserver/frontend_react/src/Components/InputBox.tsx similarity index 100% rename from frontend_react/frontend/src/Components/InputBox.tsx rename to webserver/frontend_react/src/Components/InputBox.tsx diff --git a/frontend_react/frontend/src/Components/Modal.tsx b/webserver/frontend_react/src/Components/Modal.tsx similarity index 100% rename from frontend_react/frontend/src/Components/Modal.tsx rename to webserver/frontend_react/src/Components/Modal.tsx diff --git a/frontend_react/frontend/src/Components/Navbar.tsx b/webserver/frontend_react/src/Components/Navbar.tsx similarity index 100% rename from frontend_react/frontend/src/Components/Navbar.tsx rename to webserver/frontend_react/src/Components/Navbar.tsx diff --git a/frontend_react/frontend/src/Components/Sidebar.tsx b/webserver/frontend_react/src/Components/Sidebar.tsx similarity index 100% rename from frontend_react/frontend/src/Components/Sidebar.tsx rename to webserver/frontend_react/src/Components/Sidebar.tsx diff --git a/frontend_react/frontend/src/Components/Sidebar2.tsx b/webserver/frontend_react/src/Components/Sidebar2.tsx similarity index 100% rename from frontend_react/frontend/src/Components/Sidebar2.tsx rename to webserver/frontend_react/src/Components/Sidebar2.tsx diff --git a/frontend_react/frontend/src/Components/SimpleListCard.tsx b/webserver/frontend_react/src/Components/SimpleListCard.tsx similarity index 100% rename from frontend_react/frontend/src/Components/SimpleListCard.tsx rename to webserver/frontend_react/src/Components/SimpleListCard.tsx diff --git a/frontend_react/frontend/src/Contexts/UserInfoContext.tsx b/webserver/frontend_react/src/Contexts/UserInfoContext.tsx similarity index 100% rename from frontend_react/frontend/src/Contexts/UserInfoContext.tsx rename to webserver/frontend_react/src/Contexts/UserInfoContext.tsx diff --git a/frontend_react/frontend/src/Contexts/index.ts b/webserver/frontend_react/src/Contexts/index.ts similarity index 100% rename from frontend_react/frontend/src/Contexts/index.ts rename to webserver/frontend_react/src/Contexts/index.ts diff --git a/frontend_react/frontend/src/Pages/Initial/Infra.tsx b/webserver/frontend_react/src/Pages/Initial/Infra.tsx similarity index 100% rename from frontend_react/frontend/src/Pages/Initial/Infra.tsx rename to webserver/frontend_react/src/Pages/Initial/Infra.tsx diff --git a/frontend_react/frontend/src/Pages/Initial/Login.tsx b/webserver/frontend_react/src/Pages/Initial/Login.tsx similarity index 100% rename from frontend_react/frontend/src/Pages/Initial/Login.tsx rename to webserver/frontend_react/src/Pages/Initial/Login.tsx diff --git a/frontend_react/frontend/src/Pages/Initial/Signup.tsx b/webserver/frontend_react/src/Pages/Initial/Signup.tsx similarity index 100% rename from frontend_react/frontend/src/Pages/Initial/Signup.tsx rename to webserver/frontend_react/src/Pages/Initial/Signup.tsx diff --git a/frontend_react/frontend/src/back.svg b/webserver/frontend_react/src/back.svg similarity index 100% rename from frontend_react/frontend/src/back.svg rename to webserver/frontend_react/src/back.svg diff --git a/frontend_react/frontend/src/data/config/guConfig.ts b/webserver/frontend_react/src/data/config/guConfig.ts similarity index 100% rename from frontend_react/frontend/src/data/config/guConfig.ts rename to webserver/frontend_react/src/data/config/guConfig.ts diff --git a/frontend_react/frontend/src/data/config/infraConfig.ts b/webserver/frontend_react/src/data/config/infraConfig.ts similarity index 100% rename from frontend_react/frontend/src/data/config/infraConfig.ts rename to webserver/frontend_react/src/data/config/infraConfig.ts diff --git a/frontend_react/frontend/src/data/config/serverConfig.ts b/webserver/frontend_react/src/data/config/serverConfig.ts similarity index 100% rename from frontend_react/frontend/src/data/config/serverConfig.ts rename to webserver/frontend_react/src/data/config/serverConfig.ts diff --git a/frontend_react/frontend/src/data/fetchByUser.ts b/webserver/frontend_react/src/data/fetchByUser.ts similarity index 100% rename from frontend_react/frontend/src/data/fetchByUser.ts rename to webserver/frontend_react/src/data/fetchByUser.ts diff --git a/frontend_react/frontend/src/data/fetchHouseByGu.ts b/webserver/frontend_react/src/data/fetchHouseByGu.ts similarity index 100% rename from frontend_react/frontend/src/data/fetchHouseByGu.ts rename to webserver/frontend_react/src/data/fetchHouseByGu.ts diff --git a/frontend_react/frontend/src/data/index.ts b/webserver/frontend_react/src/data/index.ts similarity index 100% rename from frontend_react/frontend/src/data/index.ts rename to webserver/frontend_react/src/data/index.ts diff --git a/frontend_react/frontend/src/heart.svg b/webserver/frontend_react/src/heart.svg similarity index 100% rename from frontend_react/frontend/src/heart.svg rename to webserver/frontend_react/src/heart.svg diff --git a/frontend_react/frontend/src/index.css b/webserver/frontend_react/src/index.css similarity index 100% rename from frontend_react/frontend/src/index.css rename to webserver/frontend_react/src/index.css diff --git a/frontend_react/frontend/src/index.tsx b/webserver/frontend_react/src/index.tsx similarity index 100% rename from frontend_react/frontend/src/index.tsx rename to webserver/frontend_react/src/index.tsx diff --git a/frontend_react/frontend/src/react-app-env.d.ts b/webserver/frontend_react/src/react-app-env.d.ts similarity index 100% rename from frontend_react/frontend/src/react-app-env.d.ts rename to webserver/frontend_react/src/react-app-env.d.ts diff --git a/frontend_react/frontend/src/reportWebVitals.ts b/webserver/frontend_react/src/reportWebVitals.ts similarity index 100% rename from frontend_react/frontend/src/reportWebVitals.ts rename to webserver/frontend_react/src/reportWebVitals.ts diff --git a/frontend_react/frontend/src/routes/Initial/Gu.tsx b/webserver/frontend_react/src/routes/Initial/Gu.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Initial/Gu.tsx rename to webserver/frontend_react/src/routes/Initial/Gu.tsx diff --git a/frontend_react/frontend/src/routes/Initial/InfoSetting.tsx b/webserver/frontend_react/src/routes/Initial/InfoSetting.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Initial/InfoSetting.tsx rename to webserver/frontend_react/src/routes/Initial/InfoSetting.tsx diff --git a/frontend_react/frontend/src/routes/Initial/Infra.tsx b/webserver/frontend_react/src/routes/Initial/Infra.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Initial/Infra.tsx rename to webserver/frontend_react/src/routes/Initial/Infra.tsx diff --git a/frontend_react/frontend/src/routes/Initial/InfraSelect.tsx b/webserver/frontend_react/src/routes/Initial/InfraSelect.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Initial/InfraSelect.tsx rename to webserver/frontend_react/src/routes/Initial/InfraSelect.tsx diff --git a/frontend_react/frontend/src/routes/Initial/Login.tsx b/webserver/frontend_react/src/routes/Initial/Login.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Initial/Login.tsx rename to webserver/frontend_react/src/routes/Initial/Login.tsx diff --git a/frontend_react/frontend/src/routes/Initial/Login2.tsx b/webserver/frontend_react/src/routes/Initial/Login2.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Initial/Login2.tsx rename to webserver/frontend_react/src/routes/Initial/Login2.tsx diff --git a/frontend_react/frontend/src/routes/Initial/SignUp.tsx b/webserver/frontend_react/src/routes/Initial/SignUp.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Initial/SignUp.tsx rename to webserver/frontend_react/src/routes/Initial/SignUp.tsx diff --git a/frontend_react/frontend/src/routes/Loading.tsx b/webserver/frontend_react/src/routes/Loading.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Loading.tsx rename to webserver/frontend_react/src/routes/Loading.tsx diff --git a/frontend_react/frontend/src/routes/Main.tsx b/webserver/frontend_react/src/routes/Main.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Main.tsx rename to webserver/frontend_react/src/routes/Main.tsx diff --git a/frontend_react/frontend/src/routes/Map/Map.css b/webserver/frontend_react/src/routes/Map/Map.css similarity index 100% rename from frontend_react/frontend/src/routes/Map/Map.css rename to webserver/frontend_react/src/routes/Map/Map.css diff --git a/frontend_react/frontend/src/routes/Map/Map.tsx b/webserver/frontend_react/src/routes/Map/Map.tsx similarity index 100% rename from frontend_react/frontend/src/routes/Map/Map.tsx rename to webserver/frontend_react/src/routes/Map/Map.tsx diff --git a/frontend_react/frontend/src/routes/NoMatch.tsx b/webserver/frontend_react/src/routes/NoMatch.tsx similarity index 100% rename from frontend_react/frontend/src/routes/NoMatch.tsx rename to webserver/frontend_react/src/routes/NoMatch.tsx diff --git a/frontend_react/frontend/src/routes/RequiredAuth.tsx b/webserver/frontend_react/src/routes/RequiredAuth.tsx similarity index 100% rename from frontend_react/frontend/src/routes/RequiredAuth.tsx rename to webserver/frontend_react/src/routes/RequiredAuth.tsx diff --git a/frontend_react/frontend/src/routes/RequiredGu.tsx b/webserver/frontend_react/src/routes/RequiredGu.tsx similarity index 100% rename from frontend_react/frontend/src/routes/RequiredGu.tsx rename to webserver/frontend_react/src/routes/RequiredGu.tsx diff --git a/frontend_react/frontend/src/routes/RoutesSetup.tsx b/webserver/frontend_react/src/routes/RoutesSetup.tsx similarity index 100% rename from frontend_react/frontend/src/routes/RoutesSetup.tsx rename to webserver/frontend_react/src/routes/RoutesSetup.tsx diff --git a/frontend_react/frontend/src/setupTests.ts b/webserver/frontend_react/src/setupTests.ts similarity index 100% rename from frontend_react/frontend/src/setupTests.ts rename to webserver/frontend_react/src/setupTests.ts diff --git a/frontend_react/frontend/src/store/AppState.ts b/webserver/frontend_react/src/store/AppState.ts similarity index 100% rename from frontend_react/frontend/src/store/AppState.ts rename to webserver/frontend_react/src/store/AppState.ts diff --git a/frontend_react/frontend/src/store/house/actions.ts b/webserver/frontend_react/src/store/house/actions.ts similarity index 100% rename from frontend_react/frontend/src/store/house/actions.ts rename to webserver/frontend_react/src/store/house/actions.ts diff --git a/frontend_react/frontend/src/store/house/index.ts b/webserver/frontend_react/src/store/house/index.ts similarity index 100% rename from frontend_react/frontend/src/store/house/index.ts rename to webserver/frontend_react/src/store/house/index.ts diff --git a/frontend_react/frontend/src/store/house/reducers.ts b/webserver/frontend_react/src/store/house/reducers.ts similarity index 100% rename from frontend_react/frontend/src/store/house/reducers.ts rename to webserver/frontend_react/src/store/house/reducers.ts diff --git a/frontend_react/frontend/src/store/house/types.ts b/webserver/frontend_react/src/store/house/types.ts similarity index 100% rename from frontend_react/frontend/src/store/house/types.ts rename to webserver/frontend_react/src/store/house/types.ts diff --git a/frontend_react/frontend/src/store/index.ts b/webserver/frontend_react/src/store/index.ts similarity index 100% rename from frontend_react/frontend/src/store/index.ts rename to webserver/frontend_react/src/store/index.ts diff --git a/frontend_react/frontend/src/store/loading/actions.ts b/webserver/frontend_react/src/store/loading/actions.ts similarity index 100% rename from frontend_react/frontend/src/store/loading/actions.ts rename to webserver/frontend_react/src/store/loading/actions.ts diff --git a/frontend_react/frontend/src/store/loading/index.ts b/webserver/frontend_react/src/store/loading/index.ts similarity index 100% rename from frontend_react/frontend/src/store/loading/index.ts rename to webserver/frontend_react/src/store/loading/index.ts diff --git a/frontend_react/frontend/src/store/loading/reducers.ts b/webserver/frontend_react/src/store/loading/reducers.ts similarity index 100% rename from frontend_react/frontend/src/store/loading/reducers.ts rename to webserver/frontend_react/src/store/loading/reducers.ts diff --git a/frontend_react/frontend/src/store/loading/types.ts b/webserver/frontend_react/src/store/loading/types.ts similarity index 100% rename from frontend_react/frontend/src/store/loading/types.ts rename to webserver/frontend_react/src/store/loading/types.ts diff --git a/frontend_react/frontend/src/store/marker/actions.ts b/webserver/frontend_react/src/store/marker/actions.ts similarity index 100% rename from frontend_react/frontend/src/store/marker/actions.ts rename to webserver/frontend_react/src/store/marker/actions.ts diff --git a/frontend_react/frontend/src/store/marker/index.ts b/webserver/frontend_react/src/store/marker/index.ts similarity index 100% rename from frontend_react/frontend/src/store/marker/index.ts rename to webserver/frontend_react/src/store/marker/index.ts diff --git a/frontend_react/frontend/src/store/marker/reducers.ts b/webserver/frontend_react/src/store/marker/reducers.ts similarity index 100% rename from frontend_react/frontend/src/store/marker/reducers.ts rename to webserver/frontend_react/src/store/marker/reducers.ts diff --git a/frontend_react/frontend/src/store/marker/types.ts b/webserver/frontend_react/src/store/marker/types.ts similarity index 100% rename from frontend_react/frontend/src/store/marker/types.ts rename to webserver/frontend_react/src/store/marker/types.ts diff --git a/frontend_react/frontend/src/store/rootReducer.ts b/webserver/frontend_react/src/store/rootReducer.ts similarity index 100% rename from frontend_react/frontend/src/store/rootReducer.ts rename to webserver/frontend_react/src/store/rootReducer.ts diff --git a/frontend_react/frontend/src/store/types.ts b/webserver/frontend_react/src/store/types.ts similarity index 100% rename from frontend_react/frontend/src/store/types.ts rename to webserver/frontend_react/src/store/types.ts diff --git a/frontend_react/frontend/src/store/useStore.ts b/webserver/frontend_react/src/store/useStore.ts similarity index 100% rename from frontend_react/frontend/src/store/useStore.ts rename to webserver/frontend_react/src/store/useStore.ts diff --git a/frontend_react/frontend/src/store/user/actions.ts b/webserver/frontend_react/src/store/user/actions.ts similarity index 100% rename from frontend_react/frontend/src/store/user/actions.ts rename to webserver/frontend_react/src/store/user/actions.ts diff --git a/frontend_react/frontend/src/store/user/index.ts b/webserver/frontend_react/src/store/user/index.ts similarity index 100% rename from frontend_react/frontend/src/store/user/index.ts rename to webserver/frontend_react/src/store/user/index.ts diff --git a/frontend_react/frontend/src/store/user/reducers.ts b/webserver/frontend_react/src/store/user/reducers.ts similarity index 100% rename from frontend_react/frontend/src/store/user/reducers.ts rename to webserver/frontend_react/src/store/user/reducers.ts diff --git a/frontend_react/frontend/src/store/user/types.ts b/webserver/frontend_react/src/store/user/types.ts similarity index 100% rename from frontend_react/frontend/src/store/user/types.ts rename to webserver/frontend_react/src/store/user/types.ts diff --git a/frontend_react/frontend/src/utils/index.ts b/webserver/frontend_react/src/utils/index.ts similarity index 100% rename from frontend_react/frontend/src/utils/index.ts rename to webserver/frontend_react/src/utils/index.ts diff --git a/frontend_react/frontend/src/utils/localStorageP.ts b/webserver/frontend_react/src/utils/localStorageP.ts similarity index 100% rename from frontend_react/frontend/src/utils/localStorageP.ts rename to webserver/frontend_react/src/utils/localStorageP.ts diff --git a/frontend_react/frontend/src/utils/readWriteObjectP.ts b/webserver/frontend_react/src/utils/readWriteObjectP.ts similarity index 100% rename from frontend_react/frontend/src/utils/readWriteObjectP.ts rename to webserver/frontend_react/src/utils/readWriteObjectP.ts diff --git a/frontend_react/frontend/src/utils/utils.ts b/webserver/frontend_react/src/utils/utils.ts similarity index 100% rename from frontend_react/frontend/src/utils/utils.ts rename to webserver/frontend_react/src/utils/utils.ts diff --git a/frontend_react/frontend/tailwind.config.js b/webserver/frontend_react/tailwind.config.js similarity index 100% rename from frontend_react/frontend/tailwind.config.js rename to webserver/frontend_react/tailwind.config.js diff --git a/frontend_react/frontend/tsconfig.json b/webserver/frontend_react/tsconfig.json similarity index 100% rename from frontend_react/frontend/tsconfig.json rename to webserver/frontend_react/tsconfig.json diff --git "a/\355\201\254\353\241\244\353\247\201.ipynb" "b/\355\201\254\353\241\244\353\247\201.ipynb" deleted file mode 100644 index d22fdb6..0000000 --- "a/\355\201\254\353\241\244\353\247\201.ipynb" +++ /dev/null @@ -1,1107 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import requests\n", - "import json\n", - "\n", - "req = requests.get(\"https://apis.zigbang.com/v2/items/34645384\")\n", - "\n", - "data= json.loads(req.text )\n", - "item = data['item']\n", - "agent = data['agent']\n", - "\n", - "deposit = item['보증금액']\n", - "rent = item['월세금액']\n", - "#premium = item['권리금액']\n", - "\n", - "city1 = item['local1']\n", - "city2 = item['local2']\n", - "city3 = item['local3']\n", - "\n", - "images = item['images']\n", - "phone = agent['agent_phone']\n", - "\n", - "data_keys = list(data['item'].keys())\n", - "data_values = list(data['item'].values())\n", - "columns_list = list(data['item'].keys())" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\권은채\\AppData\\Local\\Temp\\ipykernel_15828\\1149537071.py:27: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.\n", - " df = df.append(s, ignore_index=True)\n" - ] - } - ], - "source": [ - "import pandas as pd\n", - "\n", - "df = pd.DataFrame()\n", - "\n", - "for i in range(33500000, 35000000): # 34463000~34464000\n", - " \n", - " #print(i) \n", - " \n", - " try:\n", - " \n", - " url = \"https://apis.zigbang.com/v2/items/\" + str(i)\n", - " # print(url)\n", - " req = requests.get(url)\n", - " data= json.loads(req.text)\n", - " item= data['item']\n", - " \n", - " # print(item['local1'])\n", - "\n", - " if item['local1'] == '서울특별시':\n", - " \n", - " if item['service_type'].find('원룸'):\n", - " \n", - " #print('원룸 발견') \n", - " \n", - " s = pd.Series(item.values())\n", - " \n", - " df = df.append(s, ignore_index=True)\n", - " \n", - " elif item['service_type'].find('오피스텔'):\n", - " \n", - " #print('오피스텔 발견') \n", - " \n", - " s = pd.Series(item.values())\n", - " \n", - " df = df.append(s, ignore_index=True)\t\t\t\t\n", - " \n", - " else:\n", - " \n", - " #print(\"예외처리\")\n", - " \n", - " pass\n", - " \n", - " # 나머지 오류 케이스들은 pass 로 처리 \n", - " except:\n", - " \n", - " pass\n", - " \n", - " \n", - "df.columns = list(data_keys)\n", - "\n", - "df.to_csv('직방크롤링원룸오피스텔.csv', index= False)" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - " | item_id | \n", - "user_no | \n", - "sales_type | \n", - "sales_title | \n", - "service_type | \n", - "images | \n", - "image_thumbnail | \n", - "매매금액 | \n", - "보증금액 | \n", - "월세금액 | \n", - "... | \n", - "vr_key | \n", - "vr_type_name | \n", - "approve_date | \n", - "bathroom_count | \n", - "residence_type | \n", - "manage_cost_not_inc | \n", - "popular | \n", - "자동종료대상 | \n", - "상태확인At | \n", - "자동종료At | \n", - "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", - "33500027 | \n", - "77540 | \n", - "전세 | \n", - "전세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/33500027/1.jp... | \n", - "https://ic.zigbang.com/ic/items/33500027/1.jpg | \n", - "None | \n", - "13500 | \n", - "None | \n", - "... | \n", - "None | \n", - "None | \n", - "2013년 9월13일 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03;05; | \n", - "None | \n", - "False | \n", - "2022-10-02T01:47:16.000Z | \n", - "None | \n", - "
1 | \n", - "33500123 | \n", - "1309339 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/33500123/1.jp... | \n", - "https://ic.zigbang.com/ic/items/33500123/1.jpg | \n", - "None | \n", - "1000 | \n", - "65 | \n", - "... | \n", - "None | \n", - "None | \n", - "20050414 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "None | \n", - "False | \n", - "2022-09-26T05:50:44.000Z | \n", - "None | \n", - "
2 | \n", - "33500147 | \n", - "16519078 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/33500147/1.jp... | \n", - "https://ic.zigbang.com/ic/items/33500147/1.jpg | \n", - "None | \n", - "2000 | \n", - "149 | \n", - "... | \n", - "None | \n", - "None | \n", - "20160629 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "None | \n", - "False | \n", - "2022-09-27T00:47:35.000Z | \n", - "None | \n", - "
3 | \n", - "33500206 | \n", - "17561097 | \n", - "전세 | \n", - "전세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/33500206/1.jp... | \n", - "https://ic.zigbang.com/ic/items/33500206/1.jpg | \n", - "None | \n", - "25000 | \n", - "None | \n", - "... | \n", - "None | \n", - "None | \n", - "20201005 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "None | \n", - "False | \n", - "2022-09-26T05:53:53.000Z | \n", - "None | \n", - "
4 | \n", - "33500268 | \n", - "15882702 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/33500268/1.jp... | \n", - "https://ic.zigbang.com/ic/items/33500268/1.jpg | \n", - "None | \n", - "2000 | \n", - "150 | \n", - "... | \n", - "None | \n", - "None | \n", - "20160629 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "None | \n", - "False | \n", - "2022-09-27T01:29:22.000Z | \n", - "None | \n", - "
... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "
82435 | \n", - "34726244 | \n", - "4116462 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/34726244/1.jp... | \n", - "https://ic.zigbang.com/ic/items/34726244/1.jpg | \n", - "None | \n", - "2000 | \n", - "210 | \n", - "... | \n", - "None | \n", - "None | \n", - "2005-08-23 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03;04;05; | \n", - "None | \n", - "False | \n", - "2022-12-28T11:58:34.000Z | \n", - "None | \n", - "
82436 | \n", - "34726267 | \n", - "6132070 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/34726267/1.jp... | \n", - "https://ic.zigbang.com/ic/items/34726267/1.jpg | \n", - "None | \n", - "3700 | \n", - "76 | \n", - "... | \n", - "None | \n", - "None | \n", - "2020-10-16 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "None | \n", - "False | \n", - "2022-12-28T12:03:02.000Z | \n", - "None | \n", - "
82437 | \n", - "34726302 | \n", - "9644013 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/34726302/1.jp... | \n", - "https://ic.zigbang.com/ic/items/34726302/1.jpg | \n", - "None | \n", - "1000 | \n", - "65 | \n", - "... | \n", - "None | \n", - "None | \n", - "2012-09-07 | \n", - "1 | \n", - "도시형생활주택 | \n", - "01;02; | \n", - "None | \n", - "False | \n", - "2022-12-28T12:15:35.000Z | \n", - "None | \n", - "
82438 | \n", - "34726304 | \n", - "2855371 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/34726304/1.jp... | \n", - "https://ic.zigbang.com/ic/items/34726304/1.jpg | \n", - "None | \n", - "350 | \n", - "280 | \n", - "... | \n", - "None | \n", - "None | \n", - "2016.10.20 | \n", - "1 | \n", - "도시형생활주택 | \n", - "01;02;03;04;05; | \n", - "None | \n", - "False | \n", - "2022-12-28T12:16:15.000Z | \n", - "None | \n", - "
82439 | \n", - "34726359 | \n", - "7627205 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "[https://ic.zigbang.com/ic/items/34726359/1.jp... | \n", - "https://ic.zigbang.com/ic/items/34726359/1.jpg | \n", - "None | \n", - "1000 | \n", - "65 | \n", - "... | \n", - "None | \n", - "None | \n", - "2001.4.27 | \n", - "1 | \n", - "오피스텔 | \n", - "02;04;05; | \n", - "None | \n", - "False | \n", - "2022-12-28T12:26:42.000Z | \n", - "None | \n", - "
82440 rows × 63 columns
\n", - "\n", - " | item_id | \n", - "user_no | \n", - "sales_type | \n", - "sales_title | \n", - "service_type | \n", - "images | \n", - "image_thumbnail | \n", - "매매금액 | \n", - "보증금액 | \n", - "월세금액 | \n", - "... | \n", - "vr_key | \n", - "vr_type_name | \n", - "approve_date | \n", - "bathroom_count | \n", - "residence_type | \n", - "manage_cost_not_inc | \n", - "popular | \n", - "자동종료대상 | \n", - "상태확인At | \n", - "자동종료At | \n", - "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", - "33500027 | \n", - "77540 | \n", - "전세 | \n", - "전세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/33500027/1.j... | \n", - "https://ic.zigbang.com/ic/items/33500027/1.jpg | \n", - "NaN | \n", - "13500 | \n", - "NaN | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "2013년 9월13일 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03;05; | \n", - "NaN | \n", - "False | \n", - "2022-10-02T01:47:16.000Z | \n", - "NaN | \n", - "
1 | \n", - "33500123 | \n", - "1309339 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/33500123/1.j... | \n", - "https://ic.zigbang.com/ic/items/33500123/1.jpg | \n", - "NaN | \n", - "1000 | \n", - "65.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "20050414 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "NaN | \n", - "False | \n", - "2022-09-26T05:50:44.000Z | \n", - "NaN | \n", - "
2 | \n", - "33500147 | \n", - "16519078 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/33500147/1.j... | \n", - "https://ic.zigbang.com/ic/items/33500147/1.jpg | \n", - "NaN | \n", - "2000 | \n", - "149.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "20160629 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "NaN | \n", - "False | \n", - "2022-09-27T00:47:35.000Z | \n", - "NaN | \n", - "
3 | \n", - "33500206 | \n", - "17561097 | \n", - "전세 | \n", - "전세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/33500206/1.j... | \n", - "https://ic.zigbang.com/ic/items/33500206/1.jpg | \n", - "NaN | \n", - "25000 | \n", - "NaN | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "20201005 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "NaN | \n", - "False | \n", - "2022-09-26T05:53:53.000Z | \n", - "NaN | \n", - "
4 | \n", - "33500268 | \n", - "15882702 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/33500268/1.j... | \n", - "https://ic.zigbang.com/ic/items/33500268/1.jpg | \n", - "NaN | \n", - "2000 | \n", - "150.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "20160629 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "NaN | \n", - "False | \n", - "2022-09-27T01:29:22.000Z | \n", - "NaN | \n", - "
... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "... | \n", - "
82435 | \n", - "34726244 | \n", - "4116462 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/34726244/1.j... | \n", - "https://ic.zigbang.com/ic/items/34726244/1.jpg | \n", - "NaN | \n", - "2000 | \n", - "210.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "2005-08-23 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03;04;05; | \n", - "NaN | \n", - "False | \n", - "2022-12-28T11:58:34.000Z | \n", - "NaN | \n", - "
82436 | \n", - "34726267 | \n", - "6132070 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/34726267/1.j... | \n", - "https://ic.zigbang.com/ic/items/34726267/1.jpg | \n", - "NaN | \n", - "3700 | \n", - "76.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "2020-10-16 | \n", - "1 | \n", - "오피스텔 | \n", - "01;02;03; | \n", - "NaN | \n", - "False | \n", - "2022-12-28T12:03:02.000Z | \n", - "NaN | \n", - "
82437 | \n", - "34726302 | \n", - "9644013 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/34726302/1.j... | \n", - "https://ic.zigbang.com/ic/items/34726302/1.jpg | \n", - "NaN | \n", - "1000 | \n", - "65.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "2012-09-07 | \n", - "1 | \n", - "도시형생활주택 | \n", - "01;02; | \n", - "NaN | \n", - "False | \n", - "2022-12-28T12:15:35.000Z | \n", - "NaN | \n", - "
82438 | \n", - "34726304 | \n", - "2855371 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/34726304/1.j... | \n", - "https://ic.zigbang.com/ic/items/34726304/1.jpg | \n", - "NaN | \n", - "350 | \n", - "280.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "2016.10.20 | \n", - "1 | \n", - "도시형생활주택 | \n", - "01;02;03;04;05; | \n", - "NaN | \n", - "False | \n", - "2022-12-28T12:16:15.000Z | \n", - "NaN | \n", - "
82439 | \n", - "34726359 | \n", - "7627205 | \n", - "월세 | \n", - "월세 | \n", - "오피스텔 | \n", - "['https://ic.zigbang.com/ic/items/34726359/1.j... | \n", - "https://ic.zigbang.com/ic/items/34726359/1.jpg | \n", - "NaN | \n", - "1000 | \n", - "65.0 | \n", - "... | \n", - "NaN | \n", - "NaN | \n", - "2001.4.27 | \n", - "1 | \n", - "오피스텔 | \n", - "02;04;05; | \n", - "NaN | \n", - "False | \n", - "2022-12-28T12:26:42.000Z | \n", - "NaN | \n", - "
82440 rows × 63 columns
\n", - "