837477 / RTCS

Real Time COVID-19 Status (학교 소프트웨어공학설계 과제)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTCS - RealTime COVID-19 Status



# FastAPI   # MongoDB  


image


What is this?

본 프로젝트는 "소프트웨어공학" 수업의 개인 과제로 진행된 토이 프로젝트입니다.

서울열린데이터광장의 데이터 기반으로 실시간 코로나 바이러스 현황을 제공합니다.

주요 기능

  • 국내 코로나 확진자 현황
  • 서울 코로나 확진자 현황
  • 국내 백신 접종자 현황
  • 특정 위치의 코로나 현황

특정 위치의 코로나 현황은 지도에서 원하는 위치를 선택하면 바로 확인할 수 있습니다.


Dependency

python 3.8.X
MongoDB 5.X

How to use

# Environments
export MONGODB_URI="<MongoDB Host>"
export MONGODB_NAME="<MongoDB Name>"
export API_SECRET_KEY="<JWT_SECRET_KEY>"
export KAKAO_MAP_API_KEY="<KAKAO Developer API Key>"
# Run
pip install -r requirements.txt
uvicorn app:app --reload --host=0.0.0.0 --port=80

About Me

🙋🏻‍♂️ Name: 837477

📧 E-mail: 8374770@gmail.com

🐱 Github: https://github.com/837477


Contributing

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Real Time COVID-19 Status (학교 소프트웨어공학설계 과제)

License:MIT License


Languages

Language:HTML 43.3%Language:Python 37.9%Language:JavaScript 18.8%