This project is the backend API for a properties renting app
- Clone repo + composer install vendors
- Install Laravel Sail + in terminal in repo base
sail up -d
- Prepare the DB with:
sail artisan migrate:fresh
+sail artisan db:seed
and fake data for demo withsail artisan db:seed --class=FakerSeeder
Your local API Docs URL here
Copyright (C) Eduard Cristian Robu - All Rights Reserved Written by Eduard Cristian Robu <robu.edi.office at gmail.com>, 2024