# servant-effectful-template A nix starting template for web projects utilizing - [Haskell](https://wiki.haskell.org/Haskell) - [Effectful](https://github.com/haskell-effectful/effectful) - [Lucid](https://github.com/chrisdone/lucid) - [PostgreSQL](https://www.postgresql.org/) - [Servant](https://github.com/haskell-servant/servant) The repository has a simple CRUD implementation of a "Users" API which demonstrates how to use included effects, create your own effects, and bubble errors to Servant's `ServerError` type.