Web Application: User Registration, Posts, and Comments with Admin Panel
This web application is a feature-rich platform that allows users to register, create posts, add comments, and includes an admin panel for managing content. It's built using PHP, MySQL, and Bootstrap for a responsive and user-friendly experience.
Key Features:
-
User Registration: Users can create accounts with secure authentication and manage their profiles.
-
Post Creation: Registered users can create, edit, and delete their own posts, complete with titles, content, and images.
-
Commenting: Users can engage in discussions by leaving comments on posts.
-
Admin Panel: Administrators have access to an admin panel to manage user accounts, posts, and comments.
Technologies Used:
- PHP for server-side scripting.
- MySQL for database management.
- Bootstrap for responsive and modern UI design.
- Session management for user authentication and security.
Getting Started:
- Clone this repository to your local machine.
- Set up a web server with PHP and MySQL support.
- Import the provided SQL database schema.
- Configure the database connection in
config.php. - Start your web server and access the application.
Feel free to explore, contribute, or use this project as a starting point for your own web application with user registration, posts, comments, and admin functionality.