Skip to content

Al1sh-creator/DebateX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DebateX

DebateX is a multi-module project comprising a Java Spring Boot backend, a Vite-based frontend, and a Python-powered AI service.

Project Structure

  • backend/: Spring Boot application handling core logic, user management, and API services.
  • frontend/: Interactive web interface built with modern web technologies.
  • ai-service/: AI-driven debate engine and NLP components.
  • database/: Schema and data management scripts.

Getting Started

Backend

  1. Navigate to backend/.
  2. Run ./mvnw spring-boot:run (or use your IDE).

Frontend

  1. Navigate to frontend/.
  2. Run npm install and npm run dev.

AI Service

  1. Navigate to ai-service/.
  2. Install dependencies: pip install -r requirements.txt.
  3. Configure .env with necessary API keys.
  4. Run python main.py.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors