Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 368 Bytes

Primitive blogging platform

A very basic blog hacked together in one day.

alt text

Installation:

git clone [email protected]:Ulisseus/simple_blog.git
yarn
yarn dev
  • / route displays all posts
  • /posts/:postId route displays a single post
  • /posts/new create post page