Skip to content

Commit b0584c3

Browse files
committed
docs(api-server): add introductory content for API Server
- Create new markdown file for API Server documentation - Add overview of API Server and its role in Flutter News App ecosystem - Include information about Dart Frog framework and key features - Provide links to related documentation sections
1 parent 242c0d4 commit b0584c3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/content/docs/api-server/index.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: API Server
3+
description: An overview of the high-performance Dart Frog backend that powers the Flutter News App ecosystem.
4+
---
5+
6+
import { Card, CardGrid } from '@astrojs/starlight/components';
7+
8+
The API Server is the core backend component of the Flutter News App Toolkit. Built with the high-performance [Dart Frog](https://dartfrog.vgv.dev/) framework, it provides all the necessary server-side features, including robust authentication, data management, and dynamic remote configuration.
9+
10+
It is designed to work seamlessly with the [Mobile Client](/mobile-client/) and the [Web Dashboard](/web-dashboard/).
11+
12+
<CardGrid>
13+
<Card title="Getting Started" icon="rocket">
14+
Follow the local setup guide to get the server running on your machine.
15+
[Read more &rarr;](/api-server/getting-started/)
16+
</Card>
17+
<Card title="Deployment" icon="cloud">
18+
Learn how to deploy the API server to a production environment.
19+
[Read more &rarr;](/api-server/deployment/)
20+
</Card>
21+
<Card title="Features" icon="puzzle">
22+
Explore the key features and architecture of the API server.
23+
[Read more &rarr;](/api-server/features/authentication/)
24+
</Card>
25+
</CardGrid>

0 commit comments

Comments
 (0)