https://github.com/andrewrunner/chat-gpt-client
Full stack app which use OpenAI api
https://github.com/andrewrunner/chat-gpt-client
Last synced: 8 months ago
JSON representation
Full stack app which use OpenAI api
- Host: GitHub
- URL: https://github.com/andrewrunner/chat-gpt-client
- Owner: andrewrunner
- Created: 2024-12-31T13:53:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T15:27:53.000Z (over 1 year ago)
- Last Synced: 2025-02-10T16:29:10.263Z (over 1 year ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chat GPT client
Simple fill stack app with using OpenAI API
- NestJS
- MongoDB (Mongoose)
- React
- OpenAI api
## Run the project
```bash
# run backend with db
docker-compose up -d chatgpt-client-api
# run frontend (at frontend directory)
npm run dev
```