Final Project Course PHP
by Rúben Martins @rubenmartins1010
- 15
- 0
- 0
Introdução
I developed a Micro CMS, a lightweight Content Management System designed to simplify the process of publishing and managing web content. The goal was to create a functional, user-friendly platform that handles core CMS features, like user authentication and post creation, without the complexity of larger frameworks

Suprimentos
Languages: PHP & CSS.
Database: MySQL (managed via phpMyAdmin).
Local Server: XAMPP (Apache server and MariaDB).
Code Editor: Atom IDE.

Title & Structure
The first step was designing the Post Creation Interface. I implemented a form with validation for 'Title' and 'Content' to ensure data integrity. I also integrated a navigation bar that changes based on the user's login status, allowing access to the 'Administration' panel for authorized users only.

0 comments
Log in or join for Free to comment