This is a code bundle for Educational SaaS Platform Design.
Run npm i to install the dependencies.
Run npm run dev to start the development server.
The project includes a Python backend for LLM features.
-
Create a virtual environment and install dependencies:
python3 -m venv .venv .venv/bin/pip install -r requirements.txt
-
Run the API server:
.venv/bin/python3 -u api_llm.py
The API will be available at http://localhost:8001.