An easy-to-navigate website which can be used to donate food/clothes to the distribution centres as well as a direction to the well-funded PMCARES charitable trust. You can always interact with our chatbot to know more about the COVID-19 pandemic and keep up-to-date with current happenings.
-
Clone this repository to your local computer.
-
Open the project in an editor of your preference.
-
Use the package manager pip to install dependencies.
pip install django
-
Run your server
python manage.py runserver
or, the below command if your default python version is python2 use python3
python3 manage.py runserver
-
Your server should be up and running now.
We provided two options for normal User to clarify their doubts. Both of them is discussed below. We have used IBM Service for Chatbot Services
-
SACBOT
This is a BOT which will answer your all your Doubts regarding our Motive and guide you to Donation method. Also this BOT can give you Information about COVID 19
-
SLACK
If normal user have any question or complain, then they can contact us in Slack. We have also Integrated SACBOT in SLACK. Users can also interact to SACBOT in SLACK
-
User
This table contains details of all user and their role.
-
Contact
This table contains queries that enduser will ask.
-
DonatedCloth
This table contains details of users and cloths donated.
-
DonatedFood
This table contains details of users and foods donated.
-
NewsFeed
This table contains message that donation camp wants to show to everyone. Also it will contain thanks message by donation camp. It will motivate more people to donate
-
Notification
This table contains details of orders that has been accepted and details of donation camp which have Accepted that order.
-
FinalUser
This table contains details of orders that has been accepted and details of people who have donated things.
If you have any question related to functioning of our projects then you can refer our videos. After watching this you will be able to know our project and motive of this project end to end.
Click on above link to watch videos
The Server is also hosted at PythonAnywhere. Click on the below links to use it directly from the hosted server.
Note : All Data being used is dummy data.
Thank You :)