Hello World Encore.ts

A simple REST API to get you started with Encore. This is the simplest possible Encore app, with a single endpoint that returns a greeting.

Explore and test endpoints in the Local Dashboard when running locally. When deployed to Encore Cloud, use the Service Catalog to call endpoints and view traces to see how requests flow between services.

Try it

GET /hello/:name hello.get

Returns a personalized greeting.

curl https://api.kordune.com/hello/World

Next steps

Check out these topics to keep building:

Building a REST API · Creating Services · Using SQL Databases · Using Pub/Sub