Skip to content

This Covid19-Tracker application is a part of KU ISP project proposal.

License

Notifications You must be signed in to change notification settings

Noboomta/Covid19-Tracker

 
 

Repository files navigation

Covid19-Tracker

Build Status codecov Issues GitHub pull requests

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

python -m pip install --upgrade pip
python -m pip install virtualenv
  • Linux/Macos

python3 -m pip install --upgrade pip
python3 -m pip install virtualenv

Getting Start

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

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

2.Create virtual environment and activate it.

  • Windows

virtualenv env
env\Scripts\activate
  • Linux/Macos

virtualenv venv
source venv/bin/activate

3.Install all required software included in requirements.txt

pip install -r requirements.txt

4.Migrations

  • Windows

python manage.py migrate
  • Linux/Macos

python3 manage.py migrate

5.Run the server

  • Windows

python manage.py runserver
  • Linux/Macos

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

About

This Covid19-Tracker application is a part of KU ISP project proposal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.9%
  • JavaScript 11.2%
  • Python 10.9%