Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.94 KB

File metadata and controls

44 lines (35 loc) · 1.94 KB

MVC assignment

Problem Statement :

You have to reconstruct the application you built for your Backend assignment using the MVC architecture.

While doing your MVC assignment keep these things in mind:-

  • A README with setup instructions is compulsory and should have all the steps to set up your project successfully. Brownie points for anyone who automates this process.
  • Bonus points will be awarded to those who build a good frontend :p
  • Most importantly do not commit files where you have stored your passwords. Add that filename to .gitignore.
  • Place the config files (sample vhost file, db username/passwords, etc) in another folder 'config'.
  • Make sure your vendor files are not uploaded.
  • Again, Write good design.

Resources:-

An MVC application for example : https://github.com/sin3point14/mvc-lecture

If you run into any error, try to resolve the error by yourselves to some extent using these two magic tricks:-

  • var_dump($variable); die() ;
  • tail -f /var/log/apache2/mvc.error.log