Skip to content

A minimal quickstart ZIO application for writing a RESTful Web Service

Notifications You must be signed in to change notification settings

trmadsen/zio-quickstarts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIO Quickstarts

This repository contains a collection of quickstarts for ZIO. Each quickstart is a self-contained project that demonstrates a particular aspect of ZIO. The quickstarts are designed to be easy to run and explore.

To learn about each quickstart, we have a dedicated article about it at the ZIO documentation website. You can find the list of quickstart articles here.

Running Quickstarts

First, open the console and clone the project using git (or you can simply download the project) and then to the directory of the quickstart you want to run, e.g. zio-quickstart-restful-webservice:

$ git clone https://github.com/zio/zio-quickstarts.git
$ cd zio-quickstarts/zio-quickstart-restful-webservice

Once you are inside the project directory, run the application:

$ sbt run

List of Quickstarts

About

A minimal quickstart ZIO application for writing a RESTful Web Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%