Skip to content

NeverlandYao/EduFlow

Repository files navigation

Educational SaaS Platform Design

This is a code bundle for Educational SaaS Platform Design.

Running the code

Run npm i to install the dependencies.

Run npm run dev to start the development server.

Running the Backend (Optional)

The project includes a Python backend for LLM features.

  1. Create a virtual environment and install dependencies:

    python3 -m venv .venv
    .venv/bin/pip install -r requirements.txt
  2. Run the API server:

    .venv/bin/python3 -u api_llm.py

The API will be available at http://localhost:8001.

About

Prototyping Design of Intelligent Education Workbenches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages