/loca

Open source real estate management

Primary LanguageJavaScriptMIT LicenseMIT

Loca

Build Status

Coverage Status Only backend code is covered see issues #8 and #9

What's Loca?

This nodejs project is a tentative of web application that offers a toolkit for owners of buildings, flats, offices, meeting rooms, car parks, letter boxes...

The idea is to make easy the management of properties and occupants by proposing many services:

  • Gather all information of your properties and occupants in one place
  • Create rent contract from templates available in the system
  • Follow the rent payments month by month
  • Template letters for recovery of not paid rents

Loca

Check out the live demo.

Getting started

First of all, you must have nodejs and mongodb installed on your computer.

Run these commands in your terminal in the directory of the cloned repository.

npm install
node server.js

For developers, run these commands:

npm install
npm run dev

Why I created this application?

Simply to help my best friend and I to manage properties that we rent.

Above all, to have a good reason to play with node and javascript :-)