/Forum

A simple forum app build with react and flux

Primary LanguageJavaScriptMIT LicenseMIT

CJ-MVC

An attempt to make a simple MVC from scratch in PIHP

TO-DO

  • User login should return user_id POST Request
  • Question add POST Request
  • Get Question Details GET Request
  • Get Feeds GET Request (Dicussion on this)
  • Get Answers for a question GET Request (Answer Controller)
  • Upvote an answer GET Request (Answer controller)
  • Profile page UI
  • Question Page UI
  • Add Question UI
  • Add Answer UI
  • Error/Exception handling
  • Use Mysql based quering of database
  • SEO
  • GET Questions by USER ID - for profile page sorted by recent
  • GET Answers By USER ID - for profile page sorted by recent
  • GET FEEDS
  • Compete Writeup