start-services

Start PostgreSQL, Redis, backend, and frontend in the correct order.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zhu637882-stack/jiaoyi --skill start-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-services
Source: https://github.com/zhu637882-stack/jiaoyi/tree/main/.qoder/skills/start-services
Command: npx skills add https://github.com/zhu637882-stack/jiaoyi --skill start-services

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a one-click orchestration to start all services for the 药赚赚交易系统, including PostgreSQL, Redis, back-end, and front-end.

Core Features & Use Cases

  • Start PostgreSQL, Redis, back-end (NestJS), and front-end (Vite) in the correct order.
  • Verify service health and provide ready-to-use URLs and test accounts.
  • Use case: When a user asks to "start services" or "launch the project", this Skill boots the entire stack.

Quick Start

Run this Skill to boot PostgreSQL, Redis, the backend, and the frontend in the correct order and verify they are healthy.

Frequently Asked Questions about start-services

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start PostgreSQL, Redis, and NestJS backend services in the correct startup order?

To start services in the correct order, this orchestration tool boots PostgreSQL, Redis, the NestJS backend, and the Vite frontend sequentially. It enforces a deterministic startup sequence to ensure dependencies are ready before the application layer launches.

What is the best way to orchestrate a full stack development environment startup for onboarding and demos?

Orchestrating a full stack development environment startup with a one-click tool saves setup time during onboarding and demos. It automatically launches all project services, verifies their health, and provides ready-to-use URLs and test accounts to validate the run.

How do I verify service health and readiness after launching PostgreSQL and Redis?

To verify service health after launching PostgreSQL and Redis, the orchestration process performs readiness checks on the entire stack. It validates that all services are running correctly and outputs ready-to-use URLs and test accounts for immediate validation.

Can I use this orchestration approach to boot a NestJS and Vite project in a CI pipeline?

Yes, you can use this startup orchestration to boot a NestJS and Vite project in a CI pipeline. It is specifically designed for scenarios like CI where the full stack must be started in the correct sequence with automated readiness checks.

Why does my project startup fail when the backend boots before PostgreSQL and Redis are ready?

Project startup fails because the backend requires its dependencies to be ready first. This orchestration tool prevents this by enforcing a deterministic startup order, ensuring PostgreSQL and Redis pass readiness checks before the backend and frontend launch.