Enterprise AI IT Support Portal with Intelligent Troubleshooting Agent
- Node.js >= 18.x
- npm or yarn
- Python 3.x (if backend requires it)
- Clone the repository:
bash git clone https://github.com//Intelsoft-TEE-Project.git
Install frontend dependencies:
cd frontend npm install
Install backend dependencies:
cd ../backend npm install # or pip install -r requirements.txt if Python backend
Start the development servers:
cd frontend npm run dev
cd backend npm start # or python main.py
node_modules/ is not included in this repo. Run npm install to generate it locally. Make sure to configure environment variables if required by backend.