<div align="center">
<h1>
Example REST Todo<br/>
</h1>
<h3>
an example application with tests
</h3>
<br/>
</div>
This is a very simple todo application. It aims to show ...
* How to write some basic tests against end points.
* How to test for some tests to be expecting success, and some to be expecting failure.
* How to take cookies into account (like logging in).
It's primarily to provide some code samples using axum-test.