Skip to content

A minimal quickstart ZIO application for writing a RESTful Web Service

Notifications You must be signed in to change notification settings

AppleKid7/zio-quickstart-restful-webservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIO Quickstart: Building RESTful Web Service

This is the simple quickstart for writing a RESTful ZIO Web Service. You can download and run it very quickly. This will give you an idea of how to write similar apps.

This quickstart shows how to build a simple RESTful web service using ZIO. It uses

Quickstart Guide

We have a dedicated article about this quickstart at the ZIO documentation website called ZIO Quickstart: Building RESTful Web Service

Running The Example

First, open the console and clone the project using git (or you can simply download the project) and then change the directory:

git clone git@github.com:zio/zio-quickstart-restful-webservice.git 
cd zio-quickstart-restful-webservice

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

sbt run

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%