• Stars
    star
    109
  • Rank 312,045 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A women’s safety website that sends emails and messages to your trusted ones.

Rescue (Women Safety Website)

📧 A women’s safety website that sends emails and messages to your trusted ones.🚺


✨About the Project

RESCUE is a responsive website to help women through panic and unsafe situations.
A main feature of website is the Emergency Button.
If the person feels unsafe in any situtation, they can click on that emergency button and within no time an Alert Message will be sent to her Trusted Contacts with her Location Credentials that she is in need of help.

Our main aim is to help women with the support of latest technologies.

💻Technology Stack

Frontend

Backend

⚙Installation

Star the Repo 🌟 and this will keep me motivated.

  1. Download and install Python
  2. Download and install Git.
  3. Fork the Repository.
  4. Clone the repository to your local machine
git clone https://github.com/<your-github-username>/Rescue.git
  1. Change directory to main_app
cd main_app

6.. Install django and other requirements by using the command below.

pip install -r requirements.txt
  1. Fill the details in the files:
  1. Make migrations
python manage.py makemigrations
  1. Migrate the changes to the database
python manage.py migrate
  1. Create admin
python manage.py createsuperuser
  1. Run the server
python manage.py runserver
  1. View the website -
    • Click here
      OR
    • Paste the following in your browser
      https://localhost:8000

Lint and Format 📜

We are using Flake8 and Black for linting & formatting source code of this project.

Run QA checks on local environment ⚡ :


  • For Windows 💾 :
...\rescue> .\rescue_QA_checks
  • For Linux 👨‍💻 :
.../rescue$ ./rescue_QA_checks
  • Alternate option ✔ Run the following commands ⚡:
    • For Windows 💾
      ...\rescue> black .
      
      ...\rescue> flake8 .
      
    • For Linux 👨‍💻
      .../rescue$ black .
      
      .../rescue$ flake8 .
      

First time to Open Source Love

Read How to Contribute.

✨Our Contributors

Thanks goes to these wonderful people (emoji key):

Code Of Conduct

You can find our Code of Conduct here.

📄License

MIT

Project Maintainer

More Repositories

1

30DaysOfJavaScript

Projects made during the 30 days of the JavaScript challenge
JavaScript
802
star
2

DevEmpire

All in one place where you can find all the resources and details of ambassador/ fellowship, open-source events, web dev sites, games and etc. that are available across different sites.
TypeScript
123
star
3

YoutubeDownloader

Download Youtube Videos and Audios for free !
Python
22
star
4

BMI-Calculator-App

A simple BMI app that is used to calculate Body Mass Index value.
Dart
17
star
5

30DaysOfML

Collection of Notebooks from 30 Days of ML Challenge
Jupyter Notebook
11
star
6

Covid-App

A simple covid app that shows covid cases worldwide.
Kotlin
11
star
7

ChatSociety

It's a simple but powerful chat application that everybody can use to communicate using text messages. It's like a Discord server or a Slack room with a single channel.
JavaScript
10
star
8

hacktoberfest-swag

Explore and discover swags offered by various companies during the Hacktoberfest event. A curated list to guide you through the exciting world of freebies!
Vue
8
star
9

YourEyes

Our Application aims to bridge the gap between them and the visual world through Deep Learning and lucid User-Interface for easy understanding, accessible on low-ended devices that would allow them to better understand the world around them.
Dart
5
star
10

100DaysOfCode

100DaysOfCode Repo
C++
3
star
11

CodingDoubts

Have a coding-related question? Get insightful answers powered by Chat GPT to enhance your understanding and programming skills.
Svelte
2
star
12

CricketScoreViewer

Cricket Score Viewer (Ipl)
Python
2
star
13

Unified-Codes

This repo is for contributing your codes.
C
2
star
14

API-Fest-22

Website made for the community
JavaScript
2
star
15

GIF-Discord-Bot

A simple discord bot that helps you send gif in your server using command !gif command
JavaScript
2
star
16

swapnilsparsh

2
star
17

DiscordCloneBlockchain

Discord Clone using Blockchain
JavaScript
1
star
18

API-Day-Mumbai

A gathering of professionals and tech enthusiasts on 16th of June. Build | Network | Grow
JavaScript
1
star
19

AndroidStudyJams

This is a repository of all the code I have coded in Android Study Jams. This repo was created purely for transparency purposes and self-learning.
Kotlin
1
star
20

NotesSharing

Share Notes using Filecoin on Goerli Network
JavaScript
1
star
21

CovidTracker

Covid Tracker is used to track corona cases.
Python
1
star
22

RecipeInfo

Get all information about the recipes which you search.
Python
1
star