8000 GitHub - mayankkt9/Covid-Tracker: Track COVID – 19 outbreaks for all countries. Python, Django.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mayankkt9/Covid-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙ How to run your program on MAC


xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python3
pip3 install virtualenv

# If you have xcode, homebrew, python3, virtualenv you can start from here 

virtualenv create-env
pip install -r requirements.txt
source create-env/bin/activate
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver

⚙ Demo


Main Page Main Page

About

Track COVID – 19 outbreaks for all countries. Python, Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0