This is an example of a REST JSON server for simple blog.
Technologies used:
Scotty
for routingConfigurator
for configurationAeson
for JSON encoding/decoding- PostgreSQL server
postgresql-simple
for communication with DBresource-pool
for DB connections poolwai-extra
for basic authenticationWarp
as webserver
User: dim
Password: dim
Author: Dmitry Bushenko (d.bushenko@gmail.com)