https://github.com/vanna-ai/vanna-nextjs-flask
https://github.com/vanna-ai/vanna-nextjs-flask
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vanna-ai/vanna-nextjs-flask
- Owner: vanna-ai
- License: mit
- Created: 2024-02-15T14:33:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T23:05:07.000Z (over 1 year ago)
- Last Synced: 2025-04-13T20:48:22.674Z (6 months ago)
- Language: TypeScript
- Size: 225 KB
- Stars: 21
- Watchers: 3
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanna-nextjs-flask
Vanna AI Example Using NextJS and Flask
## Installation & Usage
Virtual environment is recommended.
```bash
python3 -m venv venv
source venv/bin/activate
npm run dev (or) yarn dev
```## Deployment
- Deployment on commit / PR merge can be setup using github actions and vercel.
- Can be deployed to vercel in a single command from local.```bash
vercel
```