Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwylynko/ai-db-prompting
https://github.com/nwylynko/ai-db-prompting
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nwylynko/ai-db-prompting
- Owner: NWylynko
- Created: 2025-01-04T07:27:07.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T07:28:41.000Z (22 days ago)
- Last Synced: 2025-01-04T08:53:30.399Z (22 days ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### set the environment variables in `.env`
```txt
DATABASE_URL=""
OPENAI_API_KEY=""
```### Install deps
```bash
pnpm install
```### run script
```bash
pnpm run start
```