Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.57 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.57 KB

Properties API

Build Status Lint

This project is the backend API for a properties renting app

Project's objectives:

  • 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)

Setup

  1. Clone repo + composer install vendors
  2. Install Laravel Sail + in terminal in repo base sail up -d
  3. Prepare the DB with: sail artisan migrate:fresh + sail artisan db:seed and fake data for demo with sail artisan db:seed --class=FakerSeeder

API Endpoints Docs

Your local API Docs URL here Properties API

Test cases

Properties API

License

Copyright (C) Eduard Cristian Robu - All Rights Reserved Written by Eduard Cristian Robu <robu.edi.office at gmail.com>, 2024