The website allows users to report incidents anonymously and ensures that their privacy is protected while contributing to a safer and more inclusive environment.
-
Anonymous Submission: Ensures anonymity through secure forms.
-
Responsive Design: Accessible on desktop and mobile devices.
-
Secure Storage: Integration with secure databases or email to handle submissions confidentially.
-
Backend: FastAPI, Uvicorn, Python, SQL(using SQLMODEL as ORM)
-
Frontend: HTML, CSS
Install the dependencies with pip
cd server
python3 -m venv env1
source env1/bin/activate
pip3 install -r requirements.txt
python3 main.py cd server
python -m venv env1
.\env1\Scripts\Activate
pip install -r requirements.txt
python main.py