https://github.com/anas-araid/vvfire-web
open source web application for firefighters.
https://github.com/anas-araid/vvfire-web
firefighting hacktoberfest hacktoberfest-accepted hacktoberfest2021 material rescue sar vue
Last synced: about 1 year ago
JSON representation
open source web application for firefighters.
- Host: GitHub
- URL: https://github.com/anas-araid/vvfire-web
- Owner: anas-araid
- License: mit
- Created: 2020-06-11T15:06:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T09:37:34.000Z (over 4 years ago)
- Last Synced: 2025-03-28T12:04:01.588Z (about 1 year ago)
- Topics: firefighting, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, material, rescue, sar, vue
- Language: Vue
- Homepage: https://anasaraid.me/vvfire-web/
- Size: 8.07 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
VVFire
Open source web application made by firefighters for firefighters.
### VVFire tech stacks:
- vvfire-web:
- [VueJS](https://vuejs.org/)
- vvfire-api:
- [SailsJS](https://sailsjs.com/)
- vvfire-app:
- [Xamarin](https://dotnet.microsoft.com/apps/xamarin)
The main functions are:
- Complete management system for planning, searching and tracking rescue teams during field searches for missing people.
- Is also an alternative to expensive GPS trackers by using just smartphone localization system.
- You can easily monitor the positions of rescue teams at any time, have a summary of searched sectors based on datetime or area etc.
- Manage daily firefighters availability
Other functionalities still in development:
- Android and iOS app
- Through your smartphone it will be possible to set your own availability and use your device as a gps tracker during search and rescue (SAR) operations.
- Photographic documentation
- Having a report with photographic documentation attached, often is really useful when we need to reconstruct rescue operations, especially if it concerns old events.
## Getting Started
[Documentazione](https://github.com/asdf1899/vvfire-web/blob/master/Documentazione.md)
### Download or clone this repo
```
git clone https://github.com/asdf1899/vvfire-web.git
```
### Install packages
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
## License
[MIT](https://github.com/asdf1899/vvfire-web/blob/master/LICENSE.md)