examples
examples copied to clipboard
Templates for Encore
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...
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...
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...
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...
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))...
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...
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...
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...
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...