iPad app to answer a risk assessment for vacant properties.
The front end is an Angular app with dependencies managed by Bower.
- Clone the repo and
cdinto it - Run
bower installto install all components
There is a small Node.js Express app to serve the Angular app and handle the contact details which are added to MongoDB.
- npm install
Watch the .scss files and compile them to .css:
gulp sass:watch
The following runs the server locally:
MONGOLAB_URI=<uri> npm startThe server is now running at http://localhost:5000
If you'd like to upgrade to newer front end components:
bower updategit push heroku masterTo export the database to CSV, paste this:
mongoexport -h <host:port> -d <database> -c contacts -u <user> -p <password> -o contacts.csv --csv -f voornaam,achternaam,email,telefoon,bedrijfsnaam,adviseur,criminele,technische,economische,totaal
You can get the values for those arguments with heroku config.
We create internet. www.spacebabies.nl