Welcome to the Encore Tour! We’re going to teach you everything there is to know about using Encore to build backend services.
If you haven’t used Go, we recommend going through the basics of the Go Tour.
As you can see on the right, defining an API with Encore
is done by defining a function and annotating it with //encore:api public
.
Use the API Explorer to make an API call. Then, click Next below to continue.