See our URL of the web application
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.
First you need to install virtualenv and pip
python -m pip install --upgrade pip
python -m pip install virtualenv
python3 -m pip install --upgrade pip
python3 -m pip install virtualenv
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.
virtualenv env
env\Scripts\activate
virtualenv venv
source venv/bin/activate
3.Install all required software included in requirements.txt
pip install -r requirements.txt
4.Migrations
python manage.py migrate
python3 manage.py migrate
5.Run the server
python manage.py runserver
python3 manage.py runserver
Every pull requests are welcome. Please open an issue first to discuss what you would like to change. Read the contribution
- Iteration 1 Plan
- Iteration 2 Plan
- Iteration 3 Plan
- Iteration 4 Plan
- Iteration 5 Plan
- Iteration 6 Plan
- Iteration 7 Plan
- Iteration 1 TaskBoards
- Iteration 2 TaskBoards
- Iteration 3 TaskBoards
- Iteration 4 TaskBoards
- Iteration 5 TaskBoards
- Iteration 6 TaskBoards
- Iteration 7 TaskBoards