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

https://github.com/07rinat07/swagger-laravel-rest-api

The Complete Laravel Swagger Course. REST API
https://github.com/07rinat07/swagger-laravel-rest-api

laravel-framework mysql-database postman swagger-api

Last synced: 3 months ago
JSON representation

The Complete Laravel Swagger Course. REST API

Awesome Lists containing this project

README

          

https://github.com/DarkaOnLine/L5-Swagger

https://editor-next.swagger.io/ (OpenAPI and Swagger Editor. This option is also practical)




Typing SVG

### Project written on Laravel: Instructions and additional information for installing and testing the application:
* composer install or composer update
* Create a DB (in the .env file and the database, enter the correct data for configuration)
* php artisan migrate

### To run the project locally, you need to type commands in the terminal in turn ==>
* php artisan serve
* l5-swagger:generate (for Regenerate docs)
* https://jwt-auth.readthedocs.io/en/develop/ (for install JWT)