A mobile app made to train firefighters to learn their district (streetnames, apartments, hydrants.. etc)
- Clone the repo
git clone https://github.com/LeandreArnaud/District.git
- Install NPM packages
npm install
- Fill config.js
"Backend_URL": "{your backend URL}"
- Run with npm (or expo, yarn)
npm start
For now, the
backend API is private
and is restricted to a single city. Also it doesn't use a database at this point.
I need to improve secutity on it (I don't want you to ruin all my GCP credits).
However, the code is available on
this repo
so you can deploy yours easily.
🇫🇷 Léandre ARNAUD: