Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.01 KB

COVID

COVID is a website which aims to fight against coronavirus by raising awareness of the danger of covid-19, and helping people in order to protect themselves and their family better.

Pip installation

Check pip documentation to install (if you don't have it yet).

virtualenv installation and setup

Check virtualenv documentation to install and create a new virtual environment.

Install requirments

pip install -r requirements.txt

Runing server

Run the following code:

python manage.py runserver

Website design

If you want to contribute in frontend dev, check the following design

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.