Skip to content

robuedi/properties-api

Repository files navigation

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

About

An API build as the backend side for a SPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published