Skip to content

easy-land is a web application project structured with a frontend and backend, primarily built using Laravel (PHP/Blade) along with JavaScript, CSS, and supporting tools. The system is designed to manage and display land/property information, including details about ownership, transactions, and records.

Notifications You must be signed in to change notification settings

esteham/easy-land

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-land

easy-land is a property management web application designed to handle land information, ownership records, and related transactions. It follows a modular architecture with separate frontend and backend implementations.

Features

  • Manage land/property records
  • Store and edit details like owner, address, size, and value
  • User authentication & authorization
  • Structured frontend and backend codebase
  • Easily extendable and customizable

Tech Stack

Layer Technology / Framework
Backend PHP, Laravel, Blade Templates
Frontend JavaScript, CSS, HTML
Database (MySQL / PostgreSQL or your choice)

Installation

  1. Clone the repository:

    git clone https://github.com/esteham/e-land.git
    cd e-land
  2. Install dependencies:

    composer install
    npm install
  3. Configure environment variables:

    cp .env.example .env
    php artisan key:generate
  4. Run migrations and seeders:

    php artisan migrate --seed
  5. Start the development server:

    php artisan serve
    npm run dev
  6. Open in browser:

    http://127.0.0.1:8000
    

Contributing

  • Open Issues for bug reports or feature requests
  • Submit Pull Requests with proper documentation
  • Follow coding standards and include tests when possible

License

This project is licensed under the MIT License (or another license of your choice).



Do you want me to make this README **minimal and professional** (just setup + usage) or **detailed with screenshots, API docs, and examples**?

About

easy-land is a web application project structured with a frontend and backend, primarily built using Laravel (PHP/Blade) along with JavaScript, CSS, and supporting tools. The system is designed to manage and display land/property information, including details about ownership, transactions, and records.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published