about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08 feat(db): Bootstrap DbExecutor actorVincent Ambo1-0/+13
Bootstraps an Actix actor carrying DB connections. This actor will be used to interact with converse's database.
2018-04-08 feat(main): Add minimal thread listing exampleVincent Ambo2-2/+10
2018-04-08 feat(main): Bootstrap project entrypointVincent Ambo1-0/+26
This doesn't really do anything yet.
2018-04-08 feat(models/schema): Map up posts & threads tableVincent Ambo2-0/+40