An attempt to make a simple MVC from scratch in PIHP
User login should return user_id POST RequestQuestion add POST RequestGet Question Details GET RequestGet Feeds GET Request (Dicussion on this)Get Answers for a question GET Request (Answer Controller)Upvote an answer GET Request (Answer controller)Profile page UIQuestion Page UIAdd Question UIAdd Answer UIError/Exception handlingUse Mysql based quering of databaseSEOGET Questions by USER ID - for profile page sorted by recentGET Answers By USER ID - for profile page sorted by recentGET FEEDSCompete Writeup