1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-27 01:23:00 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
Sean Chalmers
ec1bb07dae Add guidance about handling requests without persistent storage.
There is no persistent storage in the application by the time we're expecting
students to write ``Response`` handling functions. So add some more guidance
that we only expect placeholder values to be used, this wasn't sufficiently
clear. Fixes #3

Updated the latter placeholder values to match the guidance offered, for
consistency.

Updated the configuration ``helloMsg`` value and some of the tests to be a bit
more sensible, even if only a little.
2017-09-11 10:29:56 +10:00
Sean Chalmers
2b0a9fad90 Added PostgreSQL Db Integration
Will replace with SQLite because Postgres could be a giant pain.

Finish restructuring the cabal files/projects correctly to set a
better example for people.
2017-08-14 16:40:42 +10:00
Sean Chalmers
ac600a6609 Added Level05 - Add a database [WIP] 2017-08-11 16:28:56 +10:00