A Crowd Funding Donation webstie for users to donate to NGOs working to help those in need during this coronavirus pandemic and a Digital platform for NGOs to register and recieve funds from people.
Made entirely on Django,React.js,Scrapy Framework and GeoPandas.
-
Click on the Organisation List tab and Click the Donate Now button to Donate.
-
For NGOs, click on Register Tab and Fill the details.
-
For Live Covid-19 cloropleth India Map click on Map tab.
cd servervirtualenv venv. This will a create a vitual environment called "venv" that helps with controlling dependencies.source venv/bin/activate.
(while in the activated virtual environment)
pip install -r requirements.txtNOTE: After installing dependencies, pip-tools is also installed. You can now use it to manage package dependencies of your project.
python manage.py migrate
python manage.py createsuperuser
python manage.py runserverNOTE: Make sure the server is running on port 8000 if not then close all the applications running on port 8000 and Run the Server again.
python manage.py crawlpython Mapfile/mapfile.pynpm installnpm startNOTE: Make sure the server is running on port 3000 if not then close all the applications running on port 3000 and Run the Server again.