ideas-generator/server
DJP d4f4e8a798 Complete Docker deployment improvements for plug-and-play setup
- Remove problematic .env files that override Docker environment variables
- Add automatic database initialization script (init-database.js)
- Create admin@oliver.agency user automatically with admin123 password
- Auto-run database migrations and seeding on first startup
- Update setup scripts to display admin credentials
- Add comprehensive Docker deployment README
- Make deployment truly plug-and-play: git clone → cd docker → ./simple-setup.sh

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 15:48:46 -04:00
..
config Fix Docker database connection issues 2025-09-10 09:41:09 -04:00
middleware Implement hybrid Azure AD SSO + Password authentication system 2025-09-09 16:14:02 -04:00
migrations Implement hybrid Azure AD SSO + Password authentication system 2025-09-09 16:14:02 -04:00
models Implement hybrid Azure AD SSO + Password authentication system 2025-09-09 16:14:02 -04:00
routes Implement hybrid Azure AD SSO + Password authentication system 2025-09-09 16:14:02 -04:00
scripts Complete Docker deployment improvements for plug-and-play setup 2025-09-10 15:48:46 -04:00
utils Add dual-agent system with file upload support and compact UI 2025-09-04 14:45:25 -04:00
.env.example Day 1: Complete foundation setup for Ideas Generator 2025 2025-09-03 09:16:45 -04:00
.gitignore Complete migration from OpenAI Assistants API to Chat Completions API with Vue.js frontend 2025-09-03 13:08:26 -04:00
index.js Complete Docker deployment improvements for plug-and-play setup 2025-09-10 15:48:46 -04:00
package-lock.json Implement hybrid Azure AD SSO + Password authentication system 2025-09-09 16:14:02 -04:00
package.json Implement hybrid Azure AD SSO + Password authentication system 2025-09-09 16:14:02 -04:00