🔭 With India topping the charts in terms of threats to national security, how can a civilian assist the military? Ironically, the greatest threat to national security arises when individuals take a step back, fearful of the unforeseeable consequences thereby hindering its prevention. A collaborative action taken from both sides is the sole way out to prevent any potential attacks. But, where to address crucial tips in a chaotic situation that might assist the military in their operations? Even with information at hand, it is difficult for the military to distinguish a legit tip from another spiteful suggestion.
🔭 The motive behind our project is to provide an interface for civilians to collaborate with the military. The interface comprises a form where civilians can report any suspicious activity anonymously. The data sent from the form is encrypted and can only be accessed by a single admin, ensuring security. Different prioritization techniques are implemented to ensure the authenticity of the tips.
Our source code can be tested and contributed to using the following steps:
Execute the following sequence of code to start contributing and testing:
-
To create new environment
python -m venv .
-
To activate venv
.\Scripts\Activate.ps1
-
To install neccesities
pip install django
-
Run the migrations using the following commands
python manage.py makemigrations
python manage.py migrate
-
Run the Django server by
python manage.py runserver