Simple application to manage property details.
I used a simple bootstrap/angularJS as frontend but you can easily replace it with whatever float your boat. Be sure that port 4000 is being kept free for this application to work. Or configure the whole thing as you prefer.
You'll need an up-to-date node, npm, bower, knex and mysql.
From the root folder of the project:
knex migrate:latest --knexfile=db/knexfile.js
npm install
cd public; npm install; cd ..
Finally run node to start the application:
node index.js
Then head over http://localhost:4000/ and behold the awesomeness of a couple of days of messing around!