*Transformer APP en API

📦 Blog Posts API (HTML + JSON)

This project serves blog posts two ways:

  1. Traditional server-rendered HTML pages (SSR)
  2. A clean JSON API you can consume with fetch() from any frontend

The goal: show the difference between an "application" that returns HTML and an "API" that returns raw data — and let you easily build your own client.

Git 🚀 https://github.com/dupontdenis/mongoose-API-virtual.git


API UI (Read-Only)

A minimal, dependency-free web UI to view posts from a REST API.

Supported endpoints:

  • GET /api/posts — list all posts
  • GET /api/posts/:id — get one post by ID

Git 🚀https://github.com/dupontdenis/API-Viewer.git