MindMosaic is a dynamic blog platform built with HTML, CSS, JavaScript, PHP, and MySQL. It enables users to create, manage, and explore blog posts with ease. Designed for seamless blogging, it runs locally using XAMPP.
✔️ User authentication (Login/Signup)
✔️ Create, edit, and delete blog posts
✔️ Responsive and modern UI
✔️ Database-driven content management
Frontend: HTML, CSS, JavaScript
Backend: PHP
Database: MySQL
Server: XAMPP (Apache & MySQL)
git clone https://github.com/akshatkmistry/MindMosaic.git
cd MindMosaic- Open phpMyAdmin in your browser (
http://localhost/phpmyadmin/) - Create a new database named
mindmosaic - Import the
blog.sqlfile (provided in the repo)
- Open
config.php - Update the database credentials if needed:
$servername = "localhost";
$username = "root";
$password = "";
$database = "mindmosaic";- Start XAMPP and enable
Apache&MySQL - Open your browser and visit:
http://localhost/MindMosaic
- Download and install Docker
git clone https://github.com/akshatkmistry/MindMosaic.git
cd MindMosaicdocker-compose up --buildVisit http://localhost:8000 in your browser.
🚀 Feel free to fork the repository and submit pull requests! Contributions are welcome.
This project is open-source and available under the MIT License.
For any queries, reach out via GitHub Issues or email at:
✉️ akshatkmistry007@gmail.com
Happy Coding! 🎉






