zio-quickstarts icon indicating copy to clipboard operation
zio-quickstarts copied to clipboard

A minimal quickstart ZIO application for writing a RESTful Web Service

Results 14 zio-quickstarts issues
Sort by recently updated
recently updated
newest added

We need to cover these topics: - [x] ZIO STM - [ ] Using ZIO With Scala Native - [ ] Using ZIO With ScalaJS - [x] ZIO and SQL...

documentation
good first issue

[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [scala](https://www.scala-lang.org/) ([source](https://togithub.com/scala/scala)) | `2.13.8` ->...

dependencies

Hello, is there any chance that you could include ZIO tests to the restful webservices project, with examples that use POST with a body payload?

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

When trying to sbt run on zio-quickstarts/zio-quickstart-restful-webservice it can't resolve the scala 3 libs. Turns out the sbt version is OLD. Try upgrading to 1.9.0 in project/build.properties and it resolves...

Envirionment Windows 10 Pro Version 2009 ``` $ > java --version java 20 2023-03-21 Java(TM) SE Runtime Environment (build 20+36-2344) Java HotSpot(TM) 64-Bit Server VM (build 20+36-2344, mixed mode, sharing)...

fixes https://github.com/zio/zio-http/issues/2776 /claim https://github.com/zio/zio-http/issues/2776 Here's the working demonstration: https://www.loom.com/share/8a39b9440e4341ceb1137f3ea8ab6f2d?sid=84c7ed14-8e7a-4aca-98cc-be593198e939

🙋 Bounty claim

Inspired by https://github.com/zio/zio-quickstarts/issues/45