Home

Awesome

purescript-httpure-registration-example

Simple registration / sign-up flow implemented in PureScript with:

Cookies and session management (memory store)

Postgresql db to store registered users

Pure SQL operations (inserts & queries with aggregation) using purescript-selda

Send registration confirmation email

Used purescript HTTP server framework: HTTPure

Endpoints