Tag

interface specification

1 views collected around this technical thread.

Top Architect
Top Architect
Oct 28, 2022 · Backend Development

Guidelines for Front‑End/Back‑End Separation and API Specification

The article explains why front‑end and back‑end should be separated, outlines the challenges of integration, describes the responsibilities and development process for a clean API contract, and provides detailed request/response specifications with code examples for building a maintainable SPA architecture.

API designArchitectureSPA
0 likes · 11 min read
Guidelines for Front‑End/Back‑End Separation and API Specification
Laravel Tech Community
Laravel Tech Community
Jan 12, 2022 · Frontend Development

Guidelines for Front‑End and Back‑End Separation and API Specification

This article explains why front‑end and back‑end separation is essential, describes the SPA‑based architecture, outlines practical steps for responsibility division, development workflow, and implementation, and provides a detailed V1.0.0 API specification with request and response formats.

API designSPAWeb Development
0 likes · 11 min read
Guidelines for Front‑End and Back‑End Separation and API Specification