A project to show Covid-19 affected people in the world. Here we have some specific features to show data of Covid-19 infected person in Bangladesh district wise and someone can post their thought and able to do comment and edit their shared post. Someone can comment/like/share those posts if they have accounts and logged in. We collect all the news related to Covid-19 from the different popular online newspapers in Bangladesh and shown them on a single page. For that reason, No one needs to go to every newspaper's site to read Covid-19 related news. Just go to our website and read all articles on a single page.
If you want to run this project in your local machine download full repo in your local machine and run those cammands.
For installing Django use
pip install django
command.
For running this project in your local machine you need to install python and django properly.
Beside those things additional libraries have to install.
For installing those package/library use pycharm.
In order not to user pycharm you can use terminal/Command prompt. Open terminal in the manage.py
directory and run those commands.
pip install django_cleanup
pip install pandas
pip install numpy
pip install bs4
Now for setting up database model use those command
python manage.py makemigrations
python manage.py migrate
In order to run this project use python mangage.py runserver
command.
Now project is running in your local machine. Use address in terminal for opening this project in your browser.
[Addressh should be http://127.0.0.1:8000/
].
Now Let's see the UI .