The Article Management System is a comprehensive platform that allows users to manage articles. It provides functionalities such as user authentication, article creation, deletion, and reading, category creation, and commenting on articles.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have PHP and MySQL installed on your machine to run this project.
- Clone the repo:
git clone https://github.com/yourusername/articleManagmentSystem.git
- Navigate to the
DATABASE
folder and run themanagment.sql
file in your MySQL server. - Update the configuration file in the
inc
folder with your MySQL credentials.
Here are the main features of the Article Management System:
- User Authentication: Allows users to sign up and log in to the system.
- Article Management: Users can create, read, and delete articles.
- Category Management: Users can create categories for articles.
- Commenting: Users can comment on articles and read comments from other users.
- Profile Viewing: Users can view the profiles of other users.
After setting up the project, you can start using the system by logging in or signing up. Once logged in, you can create, read, and delete articles, create categories, comment on articles, and view other users' profiles.
For any queries, you can reach out to me at [email protected].