aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Use route decorators to produce different output formats.Harald Eilertsen2017-11-201-22/+21
* Use serde_json to create json response when requested by client.Harald Eilertsen2017-11-201-7/+18
* 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-011-2/+19
* Get database connection on requestHarald Eilertsen2017-10-011-1/+1
* Move database setup to lib.rs.Harald Eilertsen2017-10-011-28/+2
* Connect to database pool when igniting.Harald Eilertsen2017-10-011-1/+29
* Initial launch!Harald Eilertsen2017-10-011-0/+15