aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Use serde_json to create json response when requested by client.Harald Eilertsen2017-11-203-8/+22
|
* Implement responder for IndexTemplate.Harald Eilertsen2017-11-171-3/+15
| | | | | | | This means the actual handler just returns the template, which is then rendered by the responder for that type. Looking into making this generic so the responder can return data in other formats as well, like json or xml.
* Set correct content-type for response.Harald Eilertsen2017-11-161-2/+3
|
* Pass posts to the template and iterate over them.Harald Eilertsen2017-11-161-6/+2
|
* Add Bart templating engine.Harald Eilertsen2017-11-161-10/+15
|
* Add schema for posts, and display them on index page.Harald Eilertsen2017-10-014-4/+32
|
* Get database connection on requestHarald Eilertsen2017-10-012-1/+34
|
* Move database setup to lib.rs.Harald Eilertsen2017-10-012-28/+29
|
* Connect to database pool when igniting.Harald Eilertsen2017-10-011-1/+29
|
* Initial launch!Harald Eilertsen2017-10-011-0/+15