aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)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
* 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