Skip to content

Commit eea8864

Browse files
authored
docs: adds instructions for typescript api (#615)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 3050e19 commit eea8864

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lesson_26/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ Remember that you can debug the API by visiting the main function in [Lesson26.j
5252

5353
![Debugging the API](./debug.png)
5454

55+
56+
#### TypeScript API
57+
58+
This project also includes a fully functioning TypeScript version of the Java project. You can visit `api/javascript/api_app` to execute it using `npm start` and view the OpenAPI documentation at http://localhost:3000/api (note that it runs on port 3000).
59+
5560
## Additional resources
5661

5762
* [gRPC vs REST: Comparing API Styles in Practice (Article)](https://dev.to/anthonydmays/grpc-vs-rest-comparing-api-styles-in-practice-4bl): This article explains why the stuff most people call REST isn't actually.

0 commit comments

Comments
 (0)