Skip to content

ekerfelt/examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encore Examples

This repository contains several examples of how to build fully-functioning, scalable, modern backend applications.

To run the examples, either clone this repository and run encore run in one of the subdirectories, or use encore app create [app-name] --example=[example-name] to create your own app based on the example.

For example, to create an app based on the sql-database example:

$ encore app create my-app --example=sql-database
Successfully created app my-app.
$ cd my-app
$ encore run
Running on http://localhost:4000
8:00AM INF registered endpoint endpoint=There service=hello

About

Example projects for Encore – https://encore.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%