Alumni Blog Website is a platform designed for alumni of Rajalakshmi Institute of Technology (RIT) to create and share blogs. Built with HTML, CSS, JavaScript, PHP, PDO, and MySQL, this website allows alumni to register, log in, and manage their blog posts, while providing an admin panel for content moderation.
- User Registration and Login: Secure registration and authentication for alumni.
- Blog Management: Create, edit, and delete blog posts.
- Admin Panel: Manage users and moderate content.
- Responsive Design: Fully responsive layout optimized for both desktop and mobile devices.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP, PDO
- Database: MySQL
-
Clone the repository:
git clone https://github.com/yourusername/alumni-blog.git cd alumni-blog -
Setup the backend:
- Configure the database:
- Create a MySQL database and import the provided SQL file located in
database/.
- Create a MySQL database and import the provided SQL file located in
- Update the database connection settings in
config.phpwith your database credentials.
- Configure the database:
-
Deploy the website:
- Upload the files to your web server or local server setup (e.g., XAMPP, WAMP).
- Access the website via your local server or web server URL.
-
Registration and Login:
- Navigate to the registration page to create an account.
- Log in with your credentials to access the blog creation and management features.
-
Blog Management:
- Once logged in, you can create, edit, and delete blog posts from your user dashboard.
-
Admin Panel:
- Access the admin panel for user management and content moderation.
Contributions are welcome! Please open issues or submit pull requests for enhancements or bug fixes.
For any questions or feedback, please reach out to poagesh59@gmail.com.