Simple mvc realization on php First set up config in app/config/config.php Create MySQL database with users(id, name, email, password, created_at) and posts(id, user_id, title, body, created_at) tables Then configure Apache2 with rewrite_mod enabled ??? enjoy