Skip to content

s8sato/works-sprig-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

works-sprig-deprecated

What's this

  • A repository just to show my experience with Haskell/Servant
  • This works, but here's a rework

How to run

client/src/Config.elm

module Config exposing (endpoint)
endpoint = "http://localhost:3333/tasks"

server/pgconf.yaml

user    : "_env:PG_USER:{}"
password: "_env:PG_PASS:{}"
host    : "_env:PG_HOST:{}"
port    : "_env:PG_PORT:{}"
database: "_env:PG_DATABASE:{}"
poolsize: "_env:PG_POOLSIZE:{}"

About

Just to show my experience with Haskell/Servant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published