ec8342b5e2a001616803633fe3d6dc0b13be4841
- Added Next.js frontend for candidate interviews - Added Node.js backend with TypeScript and AI integration - Added ASP.NET Core chatbot service for specialized AI conversations - Added MySQL database with complete schema - Added Nginx reverse proxy configuration - Complete Docker Compose orchestration for all services - Environment configuration for production, development, and Cloudflare - Comprehensive documentation and setup instructions - Flattened nested folder structures for clean organization - Integrated chatbot service with fallback to direct AI calls
AISApp Project
Environment Configuration
Before running the project, you need to configure the environment variables in a .env file. The required environment variables are:
OPENROUTER_API_KEY
Running the Project
The recommended way to run the project is using Docker Compose:
docker compose up
This will start the application with all necessary services.
This README provides the basic steps to configure and run the AISApp project using Docker Compose and environment variables.
Languages
C#
89.4%
HTML
6.7%
CSS
3.7%
Dockerfile
0.2%