A web application for government agencies to monitor, evaluate and get updates about the disaster situation in India in real time, through social media.
Split the terminal in two and follow the below steps in different terminals
cd backend
to go in that directory- Run
pip install -r requirements.txt
to install the dependenices - Run
python manage.py migrate
to migrate the database - Run
python manage.py runserver
to start the server
cd frontend
to go in that directory- Run
npm start
to start the server
- Refer disasteropedia-twitter app for it's docs & installation
We have a detailed documentation available here to help you get started with the project !
disasteropedia is licensed under the Apache License 2.0