/tenant-backend

Backend API for Real Estate

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

How to install the application

  1. Clone the repo
  2. Run php artisan composer install
  3. Run php artisan key:generate
  4. Run php artisan migrate
  5. Run php artisan db:seed
  6. Run php artisan passport:install