blindxfish ec8342b5e2 Integrate complete Candidat platform with ASP.NET chatbot service
- 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
2025-09-20 10:45:21 +02:00
2025-09-14 13:31:37 +02:00
2025-09-18 19:34:02 +02:00
2025-09-18 19:34:59 +02:00
2025-09-18 19:34:59 +02:00
2025-09-14 11:58:50 +02:00

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.

S
Description
Research project regarding the tuna project
Readme
1.2 MiB
Languages
C# 89.4%
HTML 6.7%
CSS 3.7%
Dockerfile 0.2%