Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Coding Challenge
- Welcome to the Infogamy Coding Challenge! To complete this challenge, you will need to create a CRUD application in PHP.
- ##The Challenge
- Build a CRUD (Create,Update,Delete) for movies, each movie should contain the following fields:
- - Title
- - Release Date
- - Description
- The application should provide a way to create, edit and delete movies from the list.
- In addition there will also be an option to view a movie details, please note that the description field will be based on Markdown.
- This means that in the movie details page you will take the Markdown code from the description and render it as HTML.
- #Submission
- Once you are done with the task send us the source code via one of the following methods:
- 1. public git or svn repository
- 1. Send a zip file to [email protected]
- 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