examples icon indicating copy to clipboard operation
examples copied to clipboard

Templates for Encore

Results 35 examples issues
Sort by recently updated
recently updated
newest added

This tutorial: https://encore.dev/docs/tutorials/uptime isn't fully finished as the frontend is not working when following the instructions. The issues are that there is a missing `monitor/status.go` file, not explained in the...

As part of writing a guide for using Encore as a server for serving web applications with injected data from the backend, I've prepared a small example that would probably...

enhancement

The ent guide on the encore.dev website can be difficult to get into due to how specific some of the steps can be. As part of preparing a PR for...

enhancement

We'd love to see a new Encore application template using Go, Encore, and Microsoft Teams. To create a new Encore application, run `brew install encoredev/tap/encore` (see the [Install Guide](https://encore.dev/docs/install)) and...

good first issue
hacktoberfest

We'd love to see a new Encore application template using Go, Encore, and the Stripe Checkout API. To create a new Encore application, run `brew install encoredev/tap/encore` (see the [Install...

good first issue
hacktoberfest

We'd love to see a new Encore application template using Go, Encore, and the Twitter API. To create a new Encore application, run `brew install encoredev/tap/encore` (see the [Install Guide](https://encore.dev/docs/install))...

good first issue
hacktoberfest

We'd love to see a new Encore application template using Go, Encore, and OAuth. To create a new Encore application, run `brew install encoredev/tap/encore` (see the [Install Guide](https://encore.dev/docs/install)) and then...

good first issue
hacktoberfest

We'd love to see a new Encore application template using Go, Encore, and communicating to an external gRPC API. To create a new Encore application, run `brew install encoredev/tap/encore` (see...

good first issue
hacktoberfest

We'd love to see a new Encore application template using Go, Encore, and OAuth. To create a new Encore application, run `brew install encoredev/tap/encore` (see the [Install Guide](https://encore.dev/docs/install)) and then...

good first issue
hacktoberfest

This PR adds an example of how to create a Restful API with [Sequelize](https://sequelize.org/). In the example, the "users" service includes a minimal CRUD to handle data with the various...