Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.12 KB

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