https://github.com/nutanixdev/graphical-api-demo-2022
Laravel 9 application to demo Nutanix REST API v2.0
https://github.com/nutanixdev/graphical-api-demo-2022
Last synced: about 13 hours ago
JSON representation
Laravel 9 application to demo Nutanix REST API v2.0
- Host: GitHub
- URL: https://github.com/nutanixdev/graphical-api-demo-2022
- Owner: nutanixdev
- Created: 2022-06-16T03:43:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T01:42:37.000Z (over 1 year ago)
- Last Synced: 2026-04-21T17:58:34.486Z (about 2 months ago)
- Language: PHP
- Size: 723 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graphical API Demo 2022
Demo of the Nutanix Prism Element REST API v2.0
Intended for use in customer-facing demos, although you're welcome to download and use this as you see fit.
## Usage & Requirements
- PHP >= 8.x
- Local install of [PHP Composer](https://getcomposer.org/)
- Local install of `git` (recommended, although you can download the entire app from this repo)
### Preparation
- Clone repo: `git clone https://github.com/nutanixdev/graphical-api-demo-2022`
- Create environment configuration: `mv .env.example .env`
- Install dependencies: `composer update`
- Generate session key: `php artisan key:generate`
- Run: `php artisan serve`
- Complete the form, noting this demo is designed to work with Prism Element ONLY (not Prism Central)
- Select the demo you'd like to run and click "Run Demo"