Covid pandemic related help resources for people in need.
Built & Tested on Python v3.9. Other dependencies and their respective versions are defined in requirements.txt.
- Mongo DB local server OR Mongo DB atlas cluster url.
- Python v3.x
Copy the contents of covid/.env.example to a new file at covid/.env, and set the values in content accordingly. Some values are provided by default.
pip install -r requirements.txtor similar command depending on your system platform.
Although we use mongoDB as our database server, the following commands are recommended to run for the first time, to not to leave any stones unturned.
py manage.py makemigrationspy manage.py migrateor similar command(s) depending on your system platform.
python manage.py runserver 5000or similar command depending on your system platform.
Test files are located in folder of each application in this django project.
py manage.py test