An open API service indexing awesome lists of open source software.

https://github.com/sabo99/laravel-restfulapi

Backend Restful API with Framework Laravel 9 | API Documentation Link below
https://github.com/sabo99/laravel-restfulapi

backend laravel9 openapi3 restful-api

Last synced: about 1 month ago
JSON representation

Backend Restful API with Framework Laravel 9 | API Documentation Link below

Awesome Lists containing this project

README

          


Build Status
Total Downloads
Latest Stable Version
License


## 🚀 API Documentation

- [View Documentation](https://app.swaggerhub.com/apis-docs/sabo99/LaravelRESTfulAPI/1.0#/)


## 🚀 Quick start (Clone Project)

1. **First Clone Project**

Clone project with this link https://github.com/sabo99/laravel-restfulapi.git

2. **Install Depedencies**

Required `composer`

```shell
composer install
```
3. **Config Environment**

Copy `.env.example` to new file `.env`
```shell
cp .env.example .env
```

4. **Ready to launch on local server**

```shell
php artisan serve
```

Your site is now running at http://127.0.0.1:8000

5. **Learn more**

- [Laravel Documentation](https://laravel.com/docs/9.x/)

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).