/ basant / raw / aardwolf.wiki
aardwolf.wiki
 1  :devops:rust:contribution:
 2  A federated social network built in Rust
 3  
 4  As far as I understand the design of the project it looks like this:
 5  
 6  ~+ DATABASE MAGIC +~
 7  ructe -> Create templates
 8  Templates -> Actix to make it interactive
 9  
10  Currently we're at ructe setup. I'm expecting HTML output served through the NGINX configuration. 
11  I need to write a create database script, create table, somewhere to store the psql database and somewhere to output the static files.