Skip to content

Refactor mvc framework

Latest
Compare
Choose a tag to compare
@yogykwan yogykwan released this 27 Mar 11:50
· 1 commit to master since this release
  • 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.