Skip to content

Commit bc62ff3

Browse files
committed
docs(example): update showcase and project root link 🍙
- Add Deserve-VE to showcase list - Shorten Deserve-React and Restful-API blurbs - Reword project root line and link description
1 parent 235b02c commit bc62ff3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

example/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ This folder is reserved for **implementation examples** using [Deserve](https://
44

55
## Showcase
66

7-
- **[Deserve-React](https://github.com/NeaByteLab/Deserve-React)** — Deserve + React with Vite SSR. File-based routes, cookie session, in-memory CRUD demo. Clone, `deno install`, `deno task build`, then `deno task start`; open http://localhost:8000.
8-
- **[Restful-API](https://github.com/NeaByteLab/Restful-API)** — RESTful API built with Deno, Deserve, and [Jsonary](https://jsr.io/@neabyte/jsonary) (file-based JSON DB). Full CRUD (users resource), quick setup under 5 minutes. Clone, `deno task start`, then hit `GET/POST/PUT/DELETE /users` and `/users/:id`.
7+
- **[Deserve-React](https://github.com/NeaByteLab/Deserve-React)** — Deserve + React with Vite SSR. File-based routes, cookie session, in-memory CRUD demo.
8+
- **[Deserve-VE](https://github.com/NeaByteLab/Deserve-VE)** — Deserve + DVE (Deno View Engine). File-based routes, `.dve` templates, partials, static assets.
9+
- **[Restful-API](https://github.com/NeaByteLab/Restful-API)** — RESTful API with Deserve and [Jsonary](https://jsr.io/@neabyte/jsonary) (file-based JSON DB). Full CRUD over a users resource.
910

1011
## Where to Start
1112

1213
- **[Quick Start](../docs/en/getting-started/quick-start.md)** — Run your first server and route.
1314
- **[Examples (Docs)](../docs/en/examples.md)** — Example use cases and pointers.
14-
- **Project Root**Use `import { Router, Mware } from '@neabyte/deserve'` and see the main [README](../README.md) for setup.
15+
- **Project root**Main [README](../README.md) for install and usage.
1516

1617
More example code and sample apps will be added as the project grows.

0 commit comments

Comments
 (0)