MongoDB and unofficial LINE API
Today I am not in a good status.
I try to auto-generated a detail webpage for each stickers. I put some images and some customized information to sell the stickers. What most important is that, I add Disqus at the bottom of webpage.
Disqus is so easy to use, I most admit that it should be the model of web app service. The result looks great and now I have one Pinterest-like sticker showcase page with each click will link to detailed page with comment feature. I transfer from plain text to database now. And with search feature, I provide one additional feature which official site do not provided.
I install mongodb and mongo-express. I wrote a script to put all information into it. The first impression is good. And because I am not quite satisified by CouchDB, I should transfer to mongodb totally ( if there exist no accident tomorrow).
Next thing to do is add customized tag to each...