Skip to content

suzondas/make-api-view

Repository files navigation

Make-API-View

make-api-view.png

Simple platform to test your API and make the response view with following extraordinary options

  • Test API with Parameter(s)
  • Save Your API
  • Autofill Parameter(s) Value from another API response
  • Ask Parameter(s) Value at run time
  • Show the response as HTML table

Technologies:

Requirement:

  • Php version 7.x.x
  • MariaDB 10.x.x

Installation:

  • Make a directory
  • Run:
$ git clone https://github.com/suzondas/Make-API-View.git
$ composer install
  • Create .env file and set configuration as yours:
 DB_CONNECTION=mysql
 DB_HOST=[host]
 DB_PORT=3306
 DB_DATABASE=[database_name]
 DB_USERNAME=[username]
 DB_PASSWORD=[password]
 
$ php artisan migrate
$ php artisan key:generate
$ php artisan serve

Found this package helpful? Please consider supporting my work!
Buy Me a Coffee at ko-fi.com

License

This application is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages