Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.02 KB

File metadata and controls

31 lines (22 loc) · 1.02 KB

About BuildingU-backend

This is an Admin/API application developed with the purpose of replicate the functionality of the current building-u website.

Dependencies

  • "livewire/livewire": "^2.5"
  • "owenvoke/blade-fontawesome": "^1.9"
  • "spatie/laravel-medialibrary": "^9.0.0"
  • "spatie/laravel-permission": "^4.2"

API Documentation

This API documentation will be informed when available.

Local environment

In order to set up locally is recommended to have docker and docker compose. This project was made using the sail Laravel utility. With these requirements out of the way you need to execute:

  1. Clone repository
  2. cd localpath/building-u-backend
  3. cp .env.example .env
  4. composer install
  5. php artisan key:generate

You can start the project running php artisan serve in your localpath/building-u-backend/ folder.