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
- Host: GitHub
- URL: https://github.com/sabo99/laravel-restfulapi
- Owner: sabo99
- Created: 2022-02-24T07:54:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T13:38:07.000Z (about 4 years ago)
- Last Synced: 2025-01-14T15:20:20.062Z (over 1 year ago)
- Topics: backend, laravel9, openapi3, restful-api
- Language: PHP
- Homepage: https://app.swaggerhub.com/apis-docs/sabo99/LaravelRESTfulAPI/1.0
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🚀 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).