Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 520 Bytes

File metadata and controls

12 lines (11 loc) · 520 Bytes

BookStack AI Chatbot — Task List

  • [/] Create chatbot/package.json
  • Create chatbot/server.js (Express + BookStack API + OpenAI)
  • Create chatbot/public/index.html (Chat UI)
  • Create chatbot/public/styles.css (Premium dark theme)
  • Create chatbot/public/app.js (Frontend logic)
  • Create chatbot/.env (API keys)
  • Create chatbot/Dockerfile
  • Update docker-compose.yml (add chatbot service)
  • Update .gitignore (protect chatbot/.env)
  • Build and test with Docker