Welcome to the Content Management System project! This dynamic web application serves as a robust content management platform built using PHP and MySQL. It provides an intuitive interface for managing content, users, and posts effectively.
Clone the repository:
git clone https://github.com/AviralMehrotra/Content-Management-System.git
Move the project folder into the htdocs
directory of your XAMPP installation. The path may vary, but it is usually located at: C:\xampp\htdocs\
Start XAMPP and ensure the Apache and MySQL services are running.
Open a web browser and navigate to http://localhost/Content-Management-System/ to access the application.
Import the database schema:
Open phpMyAdmin by visiting http://localhost/phpmyadmin in your web browser.
Create a new database named cms.
In the cms database, click on the Import tab.
Choose the cms.sql file located in the database folder of the project.
Click on the Go button to import the database schema.
Contributions are welcome! If you’d like to contribute to this project, please follow these steps:
git checkout -b feature/your-feature-name
.git commit -m 'Add some feature'
.git push origin feature/your-feature-name
.main
branch.Please ensure that your code follows the project’s coding standards and includes appropriate documentation.
This project is licensed under the MIT License.
Thank you for your interest in this project. Happy managing your content!