Skip to content

LukeThayer/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

This project was my intro to learning rust and is still early on in its development

Planned Features:

 - post
    - title
    - author
    - date (published) (edited) 
    - body
        - body text 
        - pictures and gifs
        - links
        - video
        - unicode
    - ID
    - tags
    - catagory
    - visibility

- post storage
    - find post
    - store post
    - load post
    - resource saving (gifs, pdfs, pics)
    - delete post (hide and perm delete)

- recouce
    - name
    - ID
    - Type


- post editor
    - web app
    - fill out all the feilds in a post
    - upoad resources

- post veiwer
    - show latest blogs
    - catagrized blogs
    - most popular
    - search blogs

Architecture

  • postd

    • Runs on the server
    • Post daemon
    • Jobs
      • host the post database
      • host the website
        • see blogapp
  • blogapp

    • Webapp, runs on the the browser
    • Communicates to the postd backend

About

Project Blog using web assembly?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors