Property Manager is a Node.js application to be used at an apartment complex. It allows the owner to more easily manage the operations of the complex.
Room
name
length
width
#area
#cost
#isBedroom
Renter
name
age
gender
profession
_isEvicted
_cash
#work
#payRent
#party
Apartment
unit
renters
rooms
#area
#cost
#revenue
#isAvailable
#purge
#collectRent
#save
.collection [-]
.find
.findById
.deleteById
.area
.cost
.revenue
.tenents
- Object Oriented
- TDD
- Mocha
- MongoDB
- Using asynchronous functions to save and retrieve data from a MongoDB database.
- Recreate correct object prototype links using the lo-dash.io Node module.
- Integrate Travis-ci & coveralls badges for improved code quality assurance.
- Using Mocha's Before & BeforeEach functions to load and clear test datasets from the database.
$ npm install
$ npm test