Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Anonymous Harassment Reporting Website

The website allows users to report incidents anonymously and ensures that their privacy is protected while contributing to a safer and more inclusive environment.

Features

  • 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.

Tech Stack

  • Backend: FastAPI, Uvicorn, Python, SQL(using SQLMODEL as ORM)

  • Frontend: HTML, CSS

Installation Guide

Install the dependencies with pip

For mac

  cd server
  python3 -m venv env1
  source env1/bin/activate
  pip3 install -r requirements.txt
  python3 main.py

For Windows

  cd server
  python -m venv env1
  .\env1\Scripts\Activate
  pip install -r requirements.txt
  python main.py

Authors

About

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages