Skip to content

jdegoes/zio-webapp

Repository files navigation

zio-webapp

CI Release Snapshot Discord
CI Release Artifacts Snapshot Artifacts Badge-Discord

Summary

A starter seed for ZIO 2.0 web applications, together with workshop material for the course, Building Web Applications with ZIO 2.0.

You can find the workshop in the zio-webapp-workshop directory, and the starter project in the zio-webapp-core directory.

Testing

Start an sbt shell and switch to the workshop project using

project workshop

Run all tests using

test

or all tests in a particular test spec using e.g.

testOnly webapp.workshop.SchemaSpec

or all test suites with a particular name using

testOnly webapp.workshop.SchemaSpec -- -t "record capabilities"

Documentation

zio-webapp Microsite

Contributing

Documentation for contributors

Code of Conduct

See the Code of Conduct

Support

Come chat with us on Badge-Discord.

License

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages