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

https://github.com/thrishank/chat-ai


https://github.com/thrishank/chat-ai

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup

```
git clone https://github.com/thrishank/chat-ai/

cd chat-ai

npm install

```

create a .env file and update your [Google API key](https://aistudio.google.com/app/apikey)

```
cp .env.example .env
```

To start the application locally

```
npx prisma migrate dev

npx prisma generate

npm run dev

```