Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.16 KB

Plaza Rent Management System Backend

Plaza Rent Management System is a property management software developed with love using the latest web technologies of Angular and Laravel. You can use it to manage your apartment leases, tenants, generate recurring invoices. Your tenants can login to see their lease statements and invoices.

Pre-requisite

  • Node.js: Angular is built using JavaScript, and Node.js is required to run JavaScript code on your computer. You can download the latest version of Node.js from the official website (https://nodejs.org/)
  • npm (Node Package Manager): npm is the package manager for Node.js and is included with Node.js. It allows you to install and manage packages (libraries, frameworks, tools, etc.) that you can use in your projects.
  • Angular CLI (Command Line Interface): Angular CLI is a command-line tool that you can use to create, build, and test Angular projects. To install Angular CLI, open a terminal or command prompt and run the following command: npm install -g @angular/cli

Build

  • change the env variables
  • Run this command ng build

Run

  • Install Npm Packages. npm install
  • Run Project npm start