"Post, Don't Roast"
Report A Bug | Suggest A Feature | View Demo
In India cyberbullying status is not very good. Mostly 75 % of the cases were reported in last two years against cyberbullying. Some of the cases are unsolved and mostly cases were not reported. The person who is bullied sometimes undergoing depression, trauma and were sometimes leads to suicides. To solve this, our Team Sasa has come up with a integrated solution to solve this problem at every step. From protecting the victim from abusive words to creating a safe place for him/her/them to report the bully and recover from the incident.
What we aim is to help the victim at every step of his/her/their journey if they are Cyberbullied.
🌐 For Website
Execute the following sequence of code to run the website locally :
-
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
🧩For Chrome Extension
Follow these steps to unpack the extension in your chrome browser :
- After cloning the repository, go to Chrome Browser and search for
chrome://extensions
. - Ensure that the Developer mode is on.
- Click on
Load unpacked
and selectweb-ext
folder from the repository. - Your chrome browser is equipped with our extension now!.
🎨Figma Design(Still in progress)