Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 3.1 KB

README.md

File metadata and controls

92 lines (69 loc) · 3.1 KB

Couper Example Collection

Couper is designed to support developers building and operating API-driven Web projects by offering security and observability functionality in a frontend gateway component.

This collection of examples highlights Couper's features with small, ready-to-use examples. If you have any questions or feedback you are welcome to start a discussion.

Getting started

To run the examples you need Couper. It is available as docker image from Docker Hub

This requires a working Docker setup on your computer. Please visit the get started guide to get prepared.

To run the examples, clone the repository:

$ git clone https://github.com/coupergateway/couper-examples.git
Cloning into 'couper-examples'...

change into the couper-examples directory:

cd couper-examples

Choose an example, change to its directory:

cd simple-fileserving

and run

docker-compose pull && docker-compose up

Press CTRL+C to exit.

Examples

File & Web Serving

Requests & Responses

Authorization & Authentication

Running Couper