full_stack.mdx 834 B

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