Special Victims Mentor is a web application designed to provide guidance and support to rape victims in America. This project aims to assist victims who may be unsure of what steps to take after experiencing such trauma. By offering a platform that provides information and resources, Special Victims Mentor helps victims navigate through the process of seeking help and taking appropriate actions.
To install and run Special Victims Mentor locally, follow these steps:
# Clone Repository
git clone https://github.com/your-username/special-victims-mentor.git
#Navigate to the project directory
cd special-victims-mentor
# Install all project requirements
pip install -r requirements.txt
# Apply database migrations
python manage.py migrate
# Start the project in development mode
python manage.py runserver
Special Victims Mentor provides the following features to assist rape victims:
-
Information: The application offers comprehensive information and guidance for victims on what steps to take after experiencing rape, including reporting the crime, seeking medical attention, and finding support services.
-
Resources: Special Victims Mentor provides a curated list of resources, such as helplines, support groups, legal aid, and counseling services, to further assist victims in their journey towards recovery.
-
Safe and Secure: The application prioritizes the safety and privacy of users by implementing security measures, such as encryption, to protect sensitive information.