https://github.com/thrishank/chat-ai
https://github.com/thrishank/chat-ai
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thrishank/chat-ai
- Owner: thrishank
- Created: 2024-07-02T06:39:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T12:37:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T11:19:19.170Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```