To set up the project, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies by running
composer install
. - Create a new
.env
file by copying the.env.example
file. - Generate the application key by running
php artisan key:generate
. - Configure your database settings in the
.env
file. - Migrate the database by running
php artisan migrate
. - Start the development server by running
php artisan serve
.
The API documentation is available through Swagger UI. You can access the page by navigating to the /api/documentation
endpoint in your browser.