markowitz / estate-intel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIMPLE CRUD APP

This is a simple crud app to fetch data from external api, and perform crud operations. Run only on PHP ^8.1

How to Setup

  • Clone Repo
  • Run composer install
  • Copy .env.example to .env cp .env.example .env and edit database information
  • Run migration using php artisan migrate
  • Serve App using php artisan serve

API documentation

https://documenter.getpostman.com/view/3599318/UzJPLEan

RUN UNIT TEST

php artisan test

About


Languages

Language:PHP 83.6%Language:Blade 15.2%Language:Shell 0.9%Language:JavaScript 0.2%