Skip to content

๐ŸŒ Web app for monitoring disasters in India, through social media posts

License

Notifications You must be signed in to change notification settings

anubhav06/disasteropedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

41 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

disasteropedia

A web application for government agencies to monitor, evaluate and get updates about the disaster situation in India in real time, through social media.


Installation ๐Ÿ’ป

Split the terminal in two and follow the below steps in different terminals

Setup backend โš’๏ธ

  1. cd backend to go in that directory
  2. Run pip install -r requirements.txt to install the dependenices
  3. Run python manage.py migrate to migrate the database
  4. Run python manage.py runserver to start the server

Setup frontend โš’๏ธ

  1. cd frontend to go in that directory
  2. Run npm start to start the server

Setup Twitter-API service โš’๏ธ

  1. Refer disasteropedia-twitter app for it's docs & installation

Documentation ๐Ÿ“–

We have a detailed documentation available here to help you get started with the project !

LICENSE โš–๏ธ

disasteropedia is licensed under the Apache License 2.0