In 2018, I knew nothing about computer development and started a training course to learn web developer. There were several projects to hand in and defend in front of a jury. It was one of them.
The project consists in developing a blog for a writer who wants to publish his new novel episode by episode online.
My very first "complete" IT project with a frontend, a backend and a database.
- Development of a blog application in PHP with a MYSQL database. The application must include all CRUD elements : creating chapters, reading chapters, updating chapters and deleting chapters.
- Each chapter must allow comments to be added, which can then be moderated in the administration interface.
- Readers should be able to "flag" comments. They will be marked as "flagged" in the administration interface for easier moderation.
- The administration interface is password-protected.
- Chapters will be written in a WYSIWYG interface based on TinyMCE.
- Development in PHP without using a framework.