Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camelaissani/loca
Open source real estate management
https://github.com/camelaissani/loca
appartments car-park erp invoices nodejs occupants offices open-source owners properties property property-management real-estate rentals
Last synced: 9 days ago
JSON representation
Open source real estate management
- Host: GitHub
- URL: https://github.com/camelaissani/loca
- Owner: camelaissani
- License: mit
- Archived: true
- Created: 2015-09-22T20:22:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T04:04:31.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T15:53:24.010Z (3 months ago)
- Topics: appartments, car-park, erp, invoices, nodejs, occupants, offices, open-source, owners, properties, property, property-management, real-estate, rentals
- Language: JavaScript
- Homepage:
- Size: 2.42 MB
- Stars: 235
- Watchers: 36
- Forks: 101
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :warning: DEPRECATED :warning:
This repository is deprecated in favor of [MicroRealEstate](https://github.com/microrealestate/microrealestate).
The new version uses latest stack on the front-end (NextJS, ReactJS, MobX). The split between front and back-end code is more obvious and the UI has been fully rewritten.
Also, additional functionalities were added in order to customize the application to the landlords needs.
Developer wise [MicroRealEstate](https://github.com/microrealestate/microrealestate) should be easier to enhance and to maintain.
## Loca
### What is 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](http://www.nuageprive.fr/images/loca-sample.png 'Open source real estate management')
### Getting started
Follow instructions from [here](https://github.com/microrealestate/microrealestate#getting-started)
### Technical Stack
Back-end:
Node, Express, MongoDB, EJS (templates), PassportJS (authentication)
Front-End:
JQuery, Bootstrap, Handlebars, and [frontexpress](https://github.com/camelaissani/frontexpress)
Build system based on RollupJS
### Why do 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 :-)