https://github.com/mdwheele/nutanix-enterprise-ai-chatbot
https://github.com/mdwheele/nutanix-enterprise-ai-chatbot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdwheele/nutanix-enterprise-ai-chatbot
- Owner: mdwheele
- License: mit
- Created: 2025-06-26T14:14:23.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-26T14:18:32.000Z (12 months ago)
- Last Synced: 2025-06-26T15:25:02.477Z (12 months ago)
- Language: Vue
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nutanix Enterprise AI Chat Bot
## Project Setup
```sh
npm install
```
### Update `.env`
```sh
NAI_HOST=your-nai-instance.example.com
API_KEY=...
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Start Backend Server
```sh
npm start
```