Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.81 KB

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 start

For developing, run these commands:

npm install
npm run dev

Technical Stack

Back-end:

Node, Express, MongoDB, EJS (templates), PassportJS (authentication)

Front-End:

JQuery, Bootstrap, Handlebars, and frontexpress

Build system based on RollupJS

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 :-)