rferromoreno / Rescue-app

Web application designed to help emergency services in registering and documenting tasks to rescue lost people.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StyleCI Build Status License

About Rescue app

Rescue app is a web application designed to help emergency services in registering and documenting tasks to rescue lost people. It started as a pioneer project for the Catalonia firefighters developed as a final year project in my Bachelor's Degree in Computer Engineering.

Installation

  1. Install Composer 1.8

  2. Install MySQL 5.7

  3. Install PHP 7.3.5

  4. Install Laravel 5.8

  5. Create the database aplicatiu_bombers in mysql

mysql> CREATE DATABASE aplicatiu_bombers;
  1. Clone this repository
> git clone git@github.com:eduayme/Aplicatiu-de-Recerques.git
  1. Create new file .env inside the project folder with the same content as .env.example
> cp .env.example .env
  1. Change mysql and mail credentials in .env
DB_USERNAME = mysql_username
DB_PASSWORD = mysql_password

MAIL_USERNAME = email_username
MAIL_PASSWORD = email_password
  1. Open terminal inside the project folder and run
> composer update --no-scripts
  1. In the same terminal migrate the database
> php artisan migrate
  1. Finally run the application
> php artisan serve
  1. Open a browser and go to the url 127.0.0.1:8000 or localhost:8000

  2. Web application is running! :)

License

The web application is an open-source software licensed under the GPL v3 license.

About

Web application designed to help emergency services in registering and documenting tasks to rescue lost people.

License:GNU General Public License v3.0


Languages

Language:HTML 41.7%Language:CSS 30.9%Language:PHP 27.0%Language:JavaScript 0.4%