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

https://github.com/vanna-ai/vanna-nextjs-flask


https://github.com/vanna-ai/vanna-nextjs-flask

Last synced: 6 months ago
JSON representation

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
```