Create a website in order to share information about covid-19 spread in Algeria
# 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.