Guest User

Untitled

a guest
May 3rd, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #Coding Challenge
  2. Welcome to the Infogamy Coding Challenge! To complete this challenge, you will need to create a CRUD application in PHP.
  3.  
  4. ##The Challenge
  5. Build a CRUD (Create,Update,Delete) for movies, each movie should contain the following fields:
  6. - Title
  7. - Release Date
  8. - Description
  9.  
  10. The application should provide a way to create, edit and delete movies from the list.
  11.  
  12. In addition there will also be an option to view a movie details, please note that the description field will be based on Markdown.
  13. This means that in the movie details page you will take the Markdown code from the description and render it as HTML.
  14.  
  15. #Submission
  16.  
  17. Once you are done with the task send us the source code via one of the following methods:
  18.  
  19. 1. public git or svn repository
  20. 1. Send a zip file to [email protected]
  21.  
  22. Please include the database you were working on, or supply the project with migrations and instructions on how to run them.
Advertisement
Add Comment
Please, Sign In to add comment