alxgrk / new-relic-hackathon-firewatcher

Contribution to New Relic Hackathon: Firewatcher.

Home Page:https://alxgrk.github.io/new-relic-hackathon-firewatcher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔥 Firewatcher

A Progressive Web App for detecting fires in your neighborhood and getting alerts if new fires are detected. This project is a contribution to the New Relic Hackathon.

Demo:

Frontend: https://alxgrk.github.io/new-relic-hackathon-firewatcher/

Backend: https://firewatcher-backend.herokuapp.com/

Get started

Change to frontend directory.

Run app: ./gradlew run

Run app with hot reload: ./gradlew run --continuous *will not hot reload service worker

Build for production: ./gradlew build. The bundled files reside in build/distributions directory.

Change to backend directory.

Run backend: ./gradlew run

Run backend with hot reload: ./gradlew build -t and ./gradlew run -Dio.ktor.development=true

Used resources

Data:

About

Contribution to New Relic Hackathon: Firewatcher.

https://alxgrk.github.io/new-relic-hackathon-firewatcher/

License:MIT License


Languages

Language:Kotlin 65.9%Language:HTML 27.5%Language:CSS 4.8%Language:JavaScript 1.7%