subashsriniwas / Property-Rental-System

A Property rental system which is used to buy or sell their own properties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Rental Property Management System

Contributor

Subash SrIniwas M
smsubash234@gmail.com

Gallery

Screenshot 2024-01-31 104451 Screenshot 2024-01-31 104559 Screenshot 2024-01-31 104612

To Run

In Terminal:

  1. Clone entire directory to a new desktop folder.
  2. Add to the src folder the MySQL connector files.
  3. In the console, direct to the src folder using cd < filepath >
  4. To compile:
    on mac: use command --> javac -cp .:mysql-connector-java-8.0.23.jar:. controller/.java view/.java model/.java App.java
    on windows: use command --> javac -cp .;mysql-connector-java-8.0.23.jar;. controller/
    .java view/.java model/.java App.java
  5. To run:
    on mac: use command --> java -cp .:mysql-connector-java-8.0.23.jar:. App
    on windows: use command --> java -cp .;mysql-connector-java-8.0.23.jar;. App

Requirements

JDK
MySQL

About

A Property rental system which is used to buy or sell their own properties.


Languages

Language:Java 100.0%