Coder Social home page Coder Social logo

ardeshirv / examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from encoredev/examples

0.0 0.0 0.0 354 KB

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

License: MIT License

JavaScript 0.40% Go 58.96% TypeScript 40.12% CSS 0.09% HTML 0.44%

examples's Introduction

encore icon

Encore examples
Examples to help you build fully-functioning, scalable, backend applications using Encore.

Example applications

Example Description Primitives Requirements
hello-world Simple REST API APIs -
slack-bot Slack bot APIs -
url-shortener Basic url shortener APIs, SQL Database Docker
uptime Uptime monitoring system Microservices, SQL Databases, Pub/Sub, Cron Jobs Docker
trello-clone Backend for a Trello application Microservices, APIs, SQL Database Docker
graphql Url shortener that uses GraphQL APIs, SQL Database, GraphQL Docker
sql-database Simple API with SQL database APIs, SQL Database Docker
sqlc-database Simple sqlc implementation APIs, SQL Database sqlc, Docker

Installing Encore

If this is the first time you're using Encore, you first need to install the CLI that runs the local development environment. Follow the installation instructions in the documentation, or get started with the Quick Start Guide.

Running examples

Each sub-folder in this repo contains an example application that you can use to try out Encore.

To run the example applications, 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

Build from scratch with tutorials

If you prefer to build one of the examples from scratch, check out the tutorials available in the Encore documentation.

examples's People

Contributors

eandre avatar marcuskohlberg avatar domblack avatar shixzie avatar matbur avatar simon-johansson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.