]> insang Git - weddingcard_backend.git/commit
Initial commit master
authorinsang-hmogara-pc <insang@kakao.com>
Mon, 14 Sep 2026 05:40:18 +0000 (14:40 +0900)
committerinsang-hmogara-pc <insang@kakao.com>
Mon, 14 Sep 2026 05:40:18 +0000 (14:40 +0900)
commit70bc880c016156b405d5b6a0ea6aac25dbe418da
tree54f28b4a3c774b9b4f775b4ac0837cf869ada997
Initial commit
119 files changed:
.vscode/settings.json [new file with mode: 0644]
.vscode/sftp.json [new file with mode: 0644]
apiserver_fastapi/__pycache__/jocloud.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/__pycache__/main.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/jocloud.py [new file with mode: 0644]
apiserver_fastapi/library/database/db_conn.py [new file with mode: 0644]
apiserver_fastapi/run [new file with mode: 0644]
apiserver_fastapi/stop [new file with mode: 0644]
apiserver_fastapi/weddingcard/__pycache__/router.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/__pycache__/delete.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/__pycache__/get.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/__pycache__/post.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/__pycache__/put.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/__pycache__/route.cpython-38.pyc [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/dataModel.py [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/delete.py [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/get.py [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/post.py [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/put.py [new file with mode: 0644]
apiserver_fastapi/weddingcard/guestbook/route.py [new file with mode: 0644]
apiserver_fastapi/weddingcard/router.py [new file with mode: 0644]
publishing/apiserver/app/__pycache__/app.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/__pycache__/route.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/__pycache__/router_main.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/__pycache__/url.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/app.py [new file with mode: 0644]
publishing/apiserver/app/route.py [new file with mode: 0644]
publishing/apiserver/app/router_main.py [new file with mode: 0644]
publishing/apiserver/app/url.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/__pycache__/controller.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/weddingcard/__pycache__/router.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/weddingcard/__pycache__/url.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/weddingcard/controller.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/guestbook/__pycache__/service.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/weddingcard/guestbook/dto.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/guestbook/model.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/guestbook/service.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/library/db/__pycache__/db.cpython-38.pyc [new file with mode: 0644]
publishing/apiserver/app/weddingcard/library/db/config.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/library/db/db.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/router.py [new file with mode: 0644]
publishing/apiserver/app/weddingcard/url.py [new file with mode: 0644]
publishing/apiserver/wsgi/mod.wsgi [new file with mode: 0644]
publishing/weddingcard/README.md [new file with mode: 0644]
publishing/weddingcard/css/aos.css [new file with mode: 0644]
publishing/weddingcard/css/ekko-lightbox.css [new file with mode: 0644]
publishing/weddingcard/css/font-awesome.min.css [new file with mode: 0644]
publishing/weddingcard/favicon.ico [new file with mode: 0644]
publishing/weddingcard/fonts/TmoneyRoundWindRegular.ttf [new file with mode: 0644]
publishing/weddingcard/images/1.jpg [new file with mode: 0644]
publishing/weddingcard/images/2.jpg [new file with mode: 0644]
publishing/weddingcard/images/3.jpg [new file with mode: 0644]
publishing/weddingcard/images/4.jpg [new file with mode: 0644]
publishing/weddingcard/images/5.jpg [new file with mode: 0644]
publishing/weddingcard/images/6.jpg [new file with mode: 0644]
publishing/weddingcard/images/account.png [new file with mode: 0644]
publishing/weddingcard/images/bg.jpg [new file with mode: 0644]
publishing/weddingcard/images/bride.jpg [new file with mode: 0644]
publishing/weddingcard/images/bride.png [new file with mode: 0644]
publishing/weddingcard/images/call_icon.png [new file with mode: 0644]
publishing/weddingcard/images/comment.png [new file with mode: 0644]
publishing/weddingcard/images/favicon/apple-touch-icon.png [new file with mode: 0644]
publishing/weddingcard/images/favicon/favicon-16x16.png [new file with mode: 0644]
publishing/weddingcard/images/favicon/favicon-32x32.png [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-1.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-2.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-3.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-4.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-5.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-6.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-7.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery-pic-8.jpg [new file with mode: 0644]
publishing/weddingcard/images/gallery.png [new file with mode: 0644]
publishing/weddingcard/images/gift/airfryer.png [new file with mode: 0644]
publishing/weddingcard/images/gift/blender.png [new file with mode: 0644]
publishing/weddingcard/images/gift/dyson.png [new file with mode: 0644]
publishing/weddingcard/images/gift/gift-background.jpg [new file with mode: 0644]
publishing/weddingcard/images/gift/lego.png [new file with mode: 0644]
publishing/weddingcard/images/gift/nespresso.png [new file with mode: 0644]
publishing/weddingcard/images/gift/nespresso_machine.png [new file with mode: 0644]
publishing/weddingcard/images/gift/philips_clenser.png [new file with mode: 0644]
publishing/weddingcard/images/gift/range.png [new file with mode: 0644]
publishing/weddingcard/images/gift/wineceller.png [new file with mode: 0644]
publishing/weddingcard/images/gracehall.jpg [new file with mode: 0644]
publishing/weddingcard/images/groom.jpg [new file with mode: 0644]
publishing/weddingcard/images/groom.png [new file with mode: 0644]
publishing/weddingcard/images/heartline.png [new file with mode: 0644]
publishing/weddingcard/images/home-img.jpg [new file with mode: 0644]
publishing/weddingcard/images/left.png [new file with mode: 0644]
publishing/weddingcard/images/loading.gif [new file with mode: 0644]
publishing/weddingcard/images/location.png [new file with mode: 0644]
publishing/weddingcard/images/main-background.jpeg [new file with mode: 0644]
publishing/weddingcard/images/main-background.jpg [new file with mode: 0644]
publishing/weddingcard/images/map/google-map.png [new file with mode: 0644]
publishing/weddingcard/images/map/kakao-map.png [new file with mode: 0644]
publishing/weddingcard/images/map/map.jpg [new file with mode: 0644]
publishing/weddingcard/images/map/naver-map.png [new file with mode: 0644]
publishing/weddingcard/images/maps.jpg [new file with mode: 0644]
publishing/weddingcard/images/navermap.png [new file with mode: 0644]
publishing/weddingcard/images/pic1.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic2.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic3.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic4.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic5.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic6.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic7.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic8.jpeg [new file with mode: 0644]
publishing/weddingcard/images/pic9.jpeg [new file with mode: 0644]
publishing/weddingcard/images/reception.jpg [new file with mode: 0644]
publishing/weddingcard/images/right.png [new file with mode: 0644]
publishing/weddingcard/images/sms_icon.png [new file with mode: 0644]
publishing/weddingcard/images/wedding-party.jpg [new file with mode: 0644]
publishing/weddingcard/index.html [new file with mode: 0644]
publishing/weddingcard/js/aos.js [new file with mode: 0644]
publishing/weddingcard/js/ekko-lightbox.min.js [new file with mode: 0644]
publishing/weddingcard/js/parallax.min.js [new file with mode: 0644]
publishing/weddingcard/mus.mp3 [new file with mode: 0644]
publishing/weddingcard/scripts/main.js [new file with mode: 0644]
publishing/weddingcard/styles/main.css [new file with mode: 0644]