Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Latest commit

 

History

100 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camelot Leegstandscan

iPad app to answer a risk assessment for vacant properties.

Requirements

Quickstart, front end

The front end is an Angular app with dependencies managed by Bower.

  • Clone the repo and cd into it
  • Run bower install to install all components

Quickstart, back end

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

Running

Watch the .scss files and compile them to .css:

gulp sass:watch

The following runs the server locally:

MONGOLAB_URI=<uri> npm start

The server is now running at http://localhost:5000

Upgrading

If you'd like to upgrade to newer front end components:

bower update

Deployment

git push heroku master

CSV Export

To 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.

Space Babies

We create internet. www.spacebabies.nl

About

On-site tablet app to inventory vacant properties

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages