This project is the backend API for a properties renting app
- make use of the Scramble library to automatically generate the API documentation (more info about Scramble here)
- combine the Spatie Query Builder library with the Scramble library (more info about Spatie Query Builder here)
- make use of the stateless JWT authentication (more info about JWT here)
- 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