A simple posts app using tinyhttp and LowDB.
tinyhttp new lowdbnode index.jsGET / will return all available posts
GET /:id will return a post with specified id
POST / will insert a new post using the title query
PUT /:id will like a post with specified id
DELETE /:id will delete a post with specified id