A RESTful Todo API built with Scala 3 and http4s.
To run this project, you need to have the following installed:
- Java JDK 17 or higher
- sbt 1.9.0 or higher
- Scala 3.3.6
To run the application locally:
sbt runThis will start the HTTP server using http4s-ember-server on port 8080.
The project uses MUnit for testing. To run the test(s):
sbt test