Skip to content
/ Daum Public

여행으로 발견하는 우리 지역 여행다움

Notifications You must be signed in to change notification settings

koh0074/Daum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱제 1회 디지털소프트웨어공학부 해커톤 Seed2Code🌱

☘️ 여행으로 발견하는 우리 지역, 여행으로 이어지는 우리 미래! ☘️

  전국 축제와 국내 여행에 관심이 있지만 흩어진 정보를 찾기가 어렵다 . . .
그런 당신을 위해 만든 서비스 여행다움!

즐거운 경험이 지방에 활기를 불어넣을 수 있다면 어떨까요?
여행다움은 지방도시 소멸 문제를 해결하기 위한 국내여행 커뮤니티예요.

국내 각종 여행지와 축제의 정보를 얻을 수도 있고,
친절한 후기와 댓글로 새로운 사람들과 소통할 수도 있어요.

가장 가까운 곳에 있는 행복을 놓치고 있지는 않았나요?
이제, 여행다움과 함께 국내여행의 세계로 떠나보세요!


Contributors☘️

김보경
(@borybop)
김나은
(@naeuun)
김채민
(@KCM13)
고화현
(@koh0074)
PM FE FE BE
구상 및 기획
UI/UX 디자인
DA/ERD 설계
글쓰기 에디터
게시글 뷰어
프로필 홈
메인 홈
전체보기
찜한 여행
ERD 설계
기능 구현
AWS EC2 배포

Screenshots☘️

image image image
로그인 전 메인화면 로그인 창 회원가입
image image image
로그인 후 메인화면 그리드 호버링 다른 메인탭 선택
image image image
전체보기창 호버링 위시목록 호버링 찜한여행 호버링
image image image
친구추가 호버링 친구추가 검색 알림 호버링
image image image
에디터 기본 에디터 사용 중 에디터 사용 예시
image image image
프로필 홈 그리드 호버링 프로필 편집창
image image image
친구목록 클릭 여행지도 클릭 찜한여행 클릭
image image image
지역축제 전체보기 친구의 여행일지 검색결과
image image image
축제관리자 홈 축제관리자 에디터 축제 숨김 완료

Tech Stack☘️

Figma Notion Github

HTML5 CSS3 JavaScript

Python Django
AWS Nginx
SQLite Postgres


Development Architecture☘️

image


Project Structure☘️

📁 3K1K
|-- 📁 apps
|   |-- 📁 accounts
|   |   |-- __init__.cpython-312.pyc
|   |   |-- admin.cpython-312.pyc
|   |   |-- apps.cpython-312.pyc
|   |   |-- forms.cpython-312.pyc
|   |   |-- models.cpython-312.pyc
|   |   |-- tests.cpython-312.pyc
|   |   |-- urls.cpython-312.pyc
|   |   |-- views.cpython-312.pyc
|   |-- 📁 places
|   |   |-- 📁 __pycache__
|   |   |   |-- __init__.cpython-312.pyc
|   |   |   |-- admin.cpython-312.pyc
|   |   |   |-- apps.cpython-312.pyc
|   |   |   |-- models.cpython-312.pyc
|   |   |   |-- urls.cpython-312.pyc
|   |   |   |-- views.cpython-312.pyc
|   |   |-- 📁 migrations
|   |   |   |--📁 __pycache__
|   |   |   |   |-- 0001_initail.py
|   |   |   |   |-- 0002_traveldestination.py
|   |   |   |   |-- 0003_bookmark.py
|   |   |   |   |-- 0004_alter_bookmark_unique_together_remove_festival_image_and_more.py
|   |   |   |   |-- 0005_alter_bookmark_unique_together_bookmark_created_at_and_more.py
|   |   |   |   |-- 0006_remove_traveldestination_image_url_and_more.py
|   |   |   |   |-- 0007_alter_bookmark_created_at_alter_bookmark_user.py
|   |   |   |   |-- 0008_rename_bookmark_festivalbookmark.py
|   |   |   |   |-- __init__.py
|   |   |   |--0001_initial.py
|   |   |   |--0002_post_location.py
|   |   |   |--0003_post_rating.py
|   |   |   |--0004_tag_post_tags.py
|   |   |   |--0005_post_image.py
|   |   |   |--0006_post_author.py
|   |   |   |--0007_comment_bookmark_like.py
|   |   |   |--__init__.py
|   |   |-- __init__.py
|   |   |-- admin.py
|   |   |-- apps.py
|   |   |-- forms.py
|   |   |-- models.py
|   |   |-- tests.py
|   |   |-- urls.py
|   |   |-- views.py
|   |-- 📁 posts
|   |   |-- 📁 __pycache__
|   |   |   |-- __init__.cpython-312.pyc
|   |   |   |-- admin.cpython-312.pyc
|   |   |   |-- apps.cpython-312.pyc
|   |   |   |-- forms.cpython-312.pyc
|   |   |   |-- models.cpython-312.pyc
|   |   |   |-- tests.cpython-312.pyc
|   |   |   |-- urls.cpython-312.pyc
|   |   |   |-- views.cpython-312.pyc
|   |   |-- 📁 migrations
|   |   |   |--📁 __pycache__
|   |   |   |   |-- 0001_initail.cpython-312.pyc
|   |   |   |   |-- 0002_post_location.cpython-312.pyc
|   |   |   |   |-- 0003_post_rating.cpython-312.pyc
|   |   |   |   |-- 0004_tag_post_tags.cpython-312.pyc
|   |   |   |   |-- 0005_post_image.cpython-312.pyc
|   |   |   |   |-- 0006_post_author.cpython-312.pyc
|   |   |   |   |-- __init__.cpython-312.pyc
|   |   |   |--0001_initial.py
|   |   |   |--0002_post_location.py
|   |   |   |--0003_post_rating.py
|   |   |   |--0004_tag_post_tags.py
|   |   |   |--0005_post_image.py
|   |   |   |--0006_post_author.py
|   |   |   |--0007_comment_bookmark_like.py
|   |   |   |--__init__.py
|   |   |-- __init__.py
|   |   |-- admin.py
|   |   |-- apps.py
|   |   |-- forms.py
|   |   |-- models.py
|   |   |-- tests.py
|   |   |-- urls.py
|   |   |-- views.py
|   |-- 📁 profiles
|   |   |-- 📁 __pycache__
|   |   |   |-- __init__.cpython-312.pyc
|   |   |   |-- admin.cpython-312.pyc
|   |   |   |-- apps.cpython-312.pyc
|   |   |   |-- models.cpython-312.pyc
|   |   |   |-- urls.cpython-312.pyc
|   |   |   |-- views.cpython-312.pyc
|   |   |-- 📁 migrations
|   |   |   |-- 📁 __pycache__
|   |   |   |   |-- 0001_initail.cpython-312.pyc
|   |   |   |   |-- __init__.cpython-312.pyc
|   |   |   |-- __init__.py
|   |   |   |-- 0001_initial.py
|   |   |-- __init__.py
|   |   |-- admin.py
|   |   |-- apps.py
|   |   |-- models.py
|   |   |-- tests.py
|   |   |-- urls.py
|   |   |-- views.py
|-- 📁 config
|   |-- 📁 __pycache__
|   |   |-- __init__.cpython-312.pyc
|   |   |-- settings.cpython-312.pyc
|   |   |-- urls.cpython-312.pyc
|   |   |-- wsgi.cpython-312.pyc
|   |-- __init__.py
|   |-- asgi.py
|   |-- settings.py
|   |-- urls.py
|   |-- wsgi.py
|-- 📁 static
|   |-- 📁 css
|   |   |-- style.css
|   |-- 📁 images
|   |   |-- add_locate.png
|   |   |-- add_pic.png
|   |   |-- bookmark.png
|   |   |-- bookmarkfill.png
|   |   |-- chat.png
|   |   |-- heart.png
|   |   |-- heartfill.png
|   |   |-- default_festival.png
|   |   |-- image.png
|   |   |-- locate_icon.png
|   |   |-- profile_normal.png
|   |   |-- starempty.png
|   |   |-- starfill.png
|   |   |-- text-array.png
|   |   |-- text-bold.png
|   |   |-- text-line.png
|   |-- logo.png
|-- 📁 templates
|   |-- 📁 accounts
|   |   |-- friend_requests.html
|   |   |-- friends_list.html
|   |   |-- login.html
|   |   |-- search_result.html
|   |   |-- search_user.html
|   |   |-- signup.html
|   |   |-- user.html
|   |-- 📁 places
|   |   |   |-- 📁 partials
|   |   |   |   |-- festivals_tab.html
|   |   |   |   |-- friends_posts_tab.html
|   |   |   |   |-- others_posts_tab.html
|   |   |   |   |-- travel_destinations_tab.html
|   |   |-- bookmarked_festivals.html
|   |   |-- festival_list.html
|   |   |-- search_users.html
|   |   |-- travel_list.html
|   |-- 📁 posts
|   |   |-- friends_posts.html
|   |   |-- post_detail.html
|   |   |-- posts_create.html
|   |   |-- posts_delete.html
|   |   |-- posts_list.html
|   |   |-- posts_read.html
|   |   |-- posts_update.html
|   |-- 📁 profiles
|   |   |-- friend_profile.html
|   |   |-- profile_edit.html
|   |   |-- profile_main.html
|   |-- base.html
|   |-- main.html
|-- 📁 media/profile_images
|   |-- elephant.jpg
|   |-- kdkknn.jpeg
|-- .gitignore
|-- manage.py
|-- db.sqlite3
|-- README.md
|-- requirements.txt

Branch Strategy☘️

- main (배포용)
- develop (개발용)
- feature/이름 (작업용)

About

여행으로 발견하는 우리 지역 여행다움

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •