This commit is contained in:
2024-09-18 13:16:36 -05:00
committed by James Eversole
commit 6e2fb3b9bd
9 changed files with 358 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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)