Skip to content

Commit 5b78f07

Browse files
committed
adding some instructions to the readme
1 parent 9787ee3 commit 5b78f07

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ The server is implemented in as much of an API-first way as possible. To start t
1212

1313
Interesting features:
1414

15-
- TypeSpec, generating both JSON Schema and OpenAPI3.
15+
- TypeSpec, generating JSON Schema, OpenAPI3, and clients in multiple languages.
1616
- Docs are exposed under the `/docs` endpoint.
1717
- TypeScript types are generated from JSON Schema using `json-schema-to-typescript`.
1818
- Routes are attached and requests/responses are validated based on the OpenAPI using `fastify-openapi-glue`.
1919

2020
## Prerequisites
2121

2222
1. Install [node](https://nodejs.org).
23-
2. For Python codegen, install [Python](https://python.org) and [pip](https://pip.pypa.io/en/stable/installation/).
23+
2. Install [TypeSpec](https://typespec.io) `npm install -g @typespec/compiler`
24+
3. For Python codegen, install [Python](https://python.org) and [pip](https://pip.pypa.io/en/stable/installation/).
25+
4. For Java codegen, install the [JDK](https://www.oracle.com/java/technologies/downloads/#java17) 17 or higher.
26+
5. For CSharp codegen, install the [.NET SDK](https://dotnet.microsoft.com/en-us/download) version 8 or higher.

0 commit comments

Comments
 (0)