Giter VIP home page Giter VIP logo

pms's Introduction

Bhojpur PMS - Property Management System

The Bhojpur PMS is a comprehensive property management system applied within the Bhojpur.NET Platform ecosystem for delivery of distributed applications or services. It is based on a scalable, micro-services architecture.

Key Features

  • Launch a web portal or *marketplace8 for Realtor's (e.g. Builder, Broker)
  • Provides virtual tour of listed properties to propspective clients
  • Booking Management of Properties (e.g. Studio, Apartment, Office, Store)
  • Ability to manage construction Projects, Financial, and Resources
  • IoT/M2M enabled Building Automation and Remote Management solution
  • Document Assembly for legal agreements, leases, contracts, etc
  • Store information of rented Properties and the Tenants in one place
  • Create and modify rent leases from document templates
  • Follow the rent payments and manage the rent overdues
  • Create custom documents to communicate with Tenants
  • Manage real estate business with several collaborators and in different organizations

Simple Usage

Rental Management

You need to have Bhojpur PMS command line interface tool (i.e. pmsutl) installed on the target system. After that, you can run the server using following command.

pmsutl start

then, open http://localhost:8080/app in a web-browser to access frontend application. It runs different services as a collection of Containers in your cluster. To stop the Bhojpur PMS rental server instance, type the following

pmsutl stop

Project Management

To start the Bhojpur PMS - Project Office frontend web application, issue the following commands in a new Terminal window.

cd pkg/project
yarn start

The project server requires access to MySQL database instance. After project server has started succeffully, you can issue the following command.

cd pkg/builder
yarn start

then, open http://localhost:8081/ URL in your web-browser to access application.

Pre-requisites

You must have the following software installed on the target computer.

Also, please install the pkg tool globally using the following command.

npm install -g pkg

Database Configuration

You need to create a database (namely bhojpur) in your MySQL server instance. Type the following commands to create the database and grant required level of access.

mysql -u root -p
mysql> create database bhojpur;
mysql> grant all on bhojpur.* to 'root'@'localhost';
mysql> exit;

Build Source Code

You can issue the following commands in a new Terminal window to install the Yarn package manager and Node.js package dependencies.

ncu -u
yarn install
task install-packages

Command Line Interface

Simply issue the following commands (e.g., task build-tools) in a new Terminal window to creates pmsutl command line interface utility for your operating system.

cd cmd/tools && npm i
pkg cmd/tools/package.json --output bin/pmsutl
mv bin/pmsutl-macos bin/pmsutl
mv bin/pmsutl-win.exe bin/pmsutl.exe

Microservices Container

All the container images could be built automatically by pmsutl tool using following command.

pmsutl build

pms's People

Contributors

shashi-rai avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.