Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 466 Bytes

blog

I know there is nothing new but, in order to learn some server side JavaScript and node.js, I am doing this project. I also know node is not for CRUD apps.

TO DO

  • implement basic functionality
    • log in
    • new post
    • edit post
    • delete post
    • unpublish/hide post
    • search
    • tags
    • add comment functionality
  • add a nice & clean client side design
  • add markdown blog post edit support