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

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

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

```