- Next.js (APIs and Frontend)
- OpenAI JS Lib (API calls to OpenAI)
- Mongo DB (Storing Chat History)
Update docker-compose.yml/.env file with OPEN AI API Key.
Run the Frontend + API server and run Mongo DB Docker containers -
docker compose up -d
Open http://localhost:3000 with your browser to see the result.