Answers ( 1 )

    0
    2025-04-01T15:34:20+00:00

    **Frontend**:
    1. Install **Node.js v20**.
    2. Navigate to `./web`, run `pnpm i` for dependencies.
    3. Use `pnpm dev` (development) or `pnpm build` (production).

    **Backend**:
    1. Configure **Redis** and database connections in `appsettings.json`.
    2. Start the backend project and import menu data.

    **Test account**: Username `test`, Password `123456`.

Leave an answer