dhunganaPradeep / PulsePath

Innovative web application revolutionizing ambulance services, enabling real-time navigation and efficient management for swift emergency response, dedicated to saving lives with a single click.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PulsePath

Navigating Lifesaving Journeys, One Click at a Time

PulsePath is a cutting-edge web application meticulously crafted to streamline and optimize emergency response operations for ambulance services with the mision of saving lifes in one click. Our system is designed to empower ambulance drivers with real-time navigation and efficient management tools, ensuring a swift and coordinated response to emergencies.

Features

  1. Secure Login: Authorized access for ambulance drivers.

  2. User-Friendly Dashboard: Intuitive interface for real-time navigation.

  3. Dynamic Route Adjustments: GPS integration for optimal routes.

  4. Emergency Alerts: Send message and live location to traffic control and hospitals for swift response.

Project Structure

.
├── assets                  #.
│   ├── CSS                 # Contains the css 
│   ├── images              # Contains image used
│   └── js                  # Contains Js for slider
└── ...
├── content                 # Pages 
│   ├── footer              # footer
│   ├── map                 # Contains map used
│   ├── NavBar              # navbar
│   └── user                # Login Signup
└── ...
├── license-check           # License Verification of Driver
├── SMS                     # SMS contents
├── .gitignore     
├── LICENSE        
├── README.md
└── index.php              # Home page

Running the Application

  1. First run the sever using below command:

    python main.py
  2. Download xampp using this link.

  3. Install xampp on your local machine.

  4. Start xampp into your local machine :

    Windows

    1. Start XAMPP:

      • Start the Apache server by clicking the "Start" button next to Apache in the XAMPP control panel.
    2. Access the Application:

      • Open a web browser and go to http://localhost/your_application_directory.

    macOS

    1. Start XAMPP:

      • Open XAMPP from the Applications folder.
      • Start the Apache server by clicking the "Start" button next to Apache in the XAMPP control panel.
    2. Access the Application:

      • Open a web browser and go to http://localhost/your_application_directory.

    Linux

    1. Start XAMPP:

      • Open a terminal and navigate to the XAMPP installation directory.
      • Start Apache with:
        sudo ./xampp startapache
    2. Access the Application:

      • Open a web browser and go to http://localhost/your_application_directory.
  5. Install Dependncy using this command :

    composer install

Collaborators

About

Innovative web application revolutionizing ambulance services, enabling real-time navigation and efficient management for swift emergency response, dedicated to saving lives with a single click.

License:MIT License


Languages

Language:PHP 59.3%Language:CSS 27.7%Language:JavaScript 6.9%Language:Python 3.4%Language:Hack 2.8%