项目作者: ThomasInKU

项目描述 :
This Covid19-Tracker application is a part of KU ISP project proposal.
高级语言: HTML
项目地址: git://github.com/ThomasInKU/Covid19-Tracker.git
创建时间: 2020-10-05T06:52:27Z
项目社区:https://github.com/ThomasInKU/Covid19-Tracker

开源协议:Other

下载


Covid19-Tracker

Build Status
codecov

URL of the web application

See our URL of the web application

Description

This is a web-application that can show every Covid-19 case in Thailand 🇹🇭.
Users can add Line bot that can be interacted with and send the information to users (including cases and important information).
Most benefit of this application is users can get information about Covid-19 through Line bot and on web-page.

Installation

First you need to install virtualenv and pip

  • Windows

  1. python -m pip install --upgrade pip
  2. python -m pip install virtualenv
  • Linux/Macos

    1. python3 -m pip install --upgrade pip
    2. python3 -m pip install virtualenv

Getting Start

1.Clone Covid19-Tracker repository to your local machine and navigate to the project directory

  1. git clone https://github.com/lisbono2001/Covid19-Tracker.git
  2. cd Covid19-Tracker/

2.Create virtual environment and activate it.

  • Windows

    1. virtualenv env
    2. env\Scripts\activate
  • Linux/Macos

    1. virtualenv venv
    2. source venv/bin/activate
    3.Install all required software included in requirements.txt
    1. pip install -r requirements.txt
    4.Migrations
  • Windows

    1. python manage.py migrate
  • Linux/Macos

    1. python3 manage.py migrate
    5.Run the server
  • Windows

    1. python manage.py runserver
  • Linux/Macos

    1. python3 manage.py runserver

    Contributing

    Every pull requests are welcome. Please open an issue first to discuss what you would like to change. Read the contribution

Project Iterations

Iterations Plans

Project TaskBoards

Project Documents

License

GNU