- Based on MVC, project was separated into 3 folders: templates, handlers, models.
- Basic functions supporting handlers and models were grouped into utility.
- Four service were provides: user, post, comment, like.
- Each service was supported by one corresponding handler and one model.
- Documentation was rewritten based on setup and features.