full_stack.mdx 639 B

12345678910111213141516171819202122
  1. ---
  2. title: '🌐 Full Stack'
  3. ---
  4. ### 🐳 Docker Setup
  5. - To setup full stack app using docker, run the following command inside this folder using your terminal.
  6. ```bash
  7. docker-compose up --build
  8. ```
  9. 📝 Note: The build command might take a while to install all the packages depending on your system resources.
  10. ### 🚀 Usage Instructions
  11. - Go to [http://localhost:3000/](http://localhost:3000/) in your browser to view the dashboard.
  12. - Add your `OpenAI API key` 🔑 in the Settings.
  13. - Create a new bot and you'll be navigated to its page.
  14. - Here you can add your data sources and then chat with the bot.
  15. 🎉 Happy Chatting! 🎉