zio-webapp
CI | Release | Snapshot | 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
Contributing
Documentation for contributors
Code of Conduct
See the Code of Conduct