Giter VIP home page Giter VIP logo

comeet's Introduction

CO-MEET

Co- (함께) + Meet (약속) = CO-MEET

milestone_forward

프로젝트 개요

  • 진행기간 : 2021.03.02 ~ 2021.04.09
  • 만든이 : 강세준, 김영록, 장덕인, 최낙훈, 한승엽
  • 기획 배경
    • 위드 코로나 시대에 더 이상 집콕만 할 수 없는 우리들
    • 어떻게 하면 사람이 밀집된 지역이나 위험 지역을 피해서 친구들을 만날 수 있을까?
    • 유동인구, 카드 사용량을 바탕으로 비교적 사람이 적은 장소를 물색한다.
    • 지역별(동기준) 코로나 상승률을 분석하여 현재 위치를 기반으로 가장 안전한 장소를 찾아보자 !
    • 코로나 시대에 안전하게 만날 수 있는 약속 장소 추천 서비스!
  • 목표
    • 코로나 확진자 발병 지역과 지역 별 확진자 변화 분석
    • 코로나 확진자 발병 지역을 참고하여 비교적 안전한 약속 장소를 추천한다.
    • 현재 위치 정보 기준으로 일정 km 이내의 안전한 약속 장소를 찾아 추천한다.
    • 여러 명의 위치 기준으로 중간 지점을 추천하는 기능 추가 도입

Backend Project Setup

Anaconda3 설치 후 python 버전 3.6.8 설치

Anaconda3 Python Version 3.6.8 Install

conda create -n py36 python=3.6.8 //anaconda
conda activate py36

// --- 설정 해제 ---
conda deactivate py36

Python Dependency Install

pip install -r requirements.txt로 의존성을 받는다.

Server Load

gunicorn --bind 0.0.0.0:8000 comeet.wsgi:application

Frontend Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint
// installation

yarn global add @vue/cli
yarn global upgrade --latest @vue/cli
vue create co-meet
vue add router
yarn add vuex
yarn add vuetify

📄 활용 데이터 및 API

유동 인구 데이터

데이터 기본 설명

코로나 지역관리본부 크롤링

코로나 실시간 서울시 구별 확진자 동향 데이터

카드 사용 데이터

카드 사용 데이터

현 사용자 위치 정보 (크롬 기반)

Geolocation API

  • 유동인구 & 카드 사용량 분석 ⇒ 사람 ⬇ 밀집도 ⬇

    지역별 코로나 상승률 분석 ⇒ 코로나 발생률 ⬇ 안정성 ⬆

    현재 위치 & 검색 위치 기반 ⇒ 편의성 ⬆

Document


Milestone

milestone_rec

milestone_forward


Specification

Specification_1 Specification_2 Specification_3

Sequence Diagram

Auth Function Sequence Diagram

Authsequence_diagram

Main Function Sequence Diagram

Main_functionsequence_diagram

Convention
Commit Rule
Data Modeling
Wireframe
Implementation Part
Architecture
DB ERD
Page Screenshot

comeet's People

Contributors

se-jun avatar longnh214 avatar hsy118 avatar shim99887 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.