{"id":20328916,"url":"https://github.com/gyanthakur/blog_app","last_synced_at":"2026-02-13T20:09:10.693Z","repository":{"id":251969033,"uuid":"838975769","full_name":"Gyanthakur/blog_app","owner":"Gyanthakur","description":"Welcome to the Next.js Blog Project! 🚀 This blog application is built using Next.js, MongoDB with Mongoose, and JavaScript, offering a seamless and responsive user experience for creating, reading, and managing blog posts.: https://blog-app-vq83.vercel.app/","archived":false,"fork":false,"pushed_at":"2024-12-20T17:38:00.000Z","size":9391,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T14:59:27.172Z","etag":null,"topics":["css","javascript","mongoodb","mongoose","nextjs14"],"latest_commit_sha":null,"homepage":"https://blog-app-53.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gyanthakur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-06T18:00:32.000Z","updated_at":"2024-12-29T05:18:00.000Z","dependencies_parsed_at":"2024-09-16T23:34:22.305Z","dependency_job_id":"7faf506b-2eae-45e3-9395-8721014b3595","html_url":"https://github.com/Gyanthakur/blog_app","commit_stats":null,"previous_names":["gyanthakur/blog_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2Fblog_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2Fblog_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2Fblog_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gyanthakur%2Fblog_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gyanthakur","download_url":"https://codeload.github.com/Gyanthakur/blog_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241844286,"owners_count":20029611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","javascript","mongoodb","mongoose","nextjs14"],"created_at":"2024-11-14T20:08:31.891Z","updated_at":"2026-02-13T20:09:05.658Z","avatar_url":"https://github.com/Gyanthakur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Blog Project 🌟\n\nWelcome to the **Next.js Blog Project**! 🚀 This blog application is built using **Next.js**, **MongoDB with Mongoose**, and **JavaScript**, offering a seamless and responsive user experience for creating, reading, and managing blog posts. \n\n## 🌐 Live Demo  \nCheck out the live version here: [Next.js Blog Project](https://blog-app-53.vercel.app/)\n\n![image](https://github.com/user-attachments/assets/fbd1e45a-a93d-4f2d-bea3-85dd07eb9d16)\n![image](https://github.com/user-attachments/assets/a145c48c-6b09-463d-becc-4505e1c8c7c9)\n\n\n---\n\n## 📖 Features  \n- **Dynamic Blog Management**: Create, update, and delete posts effortlessly.  \n- **Responsive Design**: Fully optimized for desktop and mobile devices.  \n- **SEO-Friendly**: Optimized for search engines with dynamic meta tags.  \n- **Modern UI/UX**: Interactive and clean user interface.  \n- **Database Integration**: Powered by MongoDB with Mongoose for efficient data storage and retrieval.  \n\n---\n\n## ⚙️ Technologies Used  \n- **Frontend**:  \n  - Next.js  \n  - JavaScript  \n  - Tailwind CSS (or your chosen styling library)  \n\n- **Backend**:  \n  - MongoDB  \n  - Mongoose  \n\n- **Deployment**:  \n  - [Vercel](https://vercel.com) for frontend hosting.  \n  - [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) for database hosting.  \n\n---\n\n## 🚀 Getting Started  \n\nFollow these steps to get the project up and running on your local machine:\n\n### Prerequisites  \n- [Node.js](https://nodejs.org) installed  \n- MongoDB database URI  \n\n### Installation  \n\n1. Clone the repository:  \n   ```bash  \n   git clone https://github.com/Gyanthakur/blog_app.git  \n   cd nextjs-blog  \n   ```  \n\n2. Install dependencies:  \n   ```bash  \n   npm install  \n   ```  \n\n3. Create an `.env.local` file in the root directory and add your MongoDB connection string:  \n   ```env  \n   MONGODB_URI=your-mongodb-uri  \n   ```  \n\n4. Start the development server:  \n   ```bash  \n   npm run dev  \n   ```  \n\n5. Open your browser and navigate to `http://localhost:3000`.  \n\n---\n\n## 📂 Project Structure  \n\n```  \nnextjs-blog/  \n├── components/  \n├── models/  \n├── pages/  \n│   ├── api/  \n│   ├── index.js  \n├── public/  \n├── styles/  \n├── utils/  \n├── .env.local  \n├── package.json  \n└── README.md  \n```  \n\n---\n\n## 🛠️ Key Functionalities  \n\n1. **Home Page**: Displays a list of all blog posts with pagination.  \n2. **Post Details**: Individual pages for each blog post with dynamic routing.  \n3. **Create/Edit/Delete Blog Posts**: Authenticated users can manage their content.  \n4. **API Routes**: Secure and scalable API endpoints for CRUD operations.  \n\n---\n\n## 📝 Contributing  \n\nWe welcome contributions! Please follow these steps:  \n1. Fork the repository.  \n2. Create a new branch:  \n   ```bash  \n   git checkout -b feature-name  \n   ```  \n3. Commit your changes:  \n   ```bash  \n   git commit -m \"Add feature-name\"  \n   ```  \n4. Push to the branch:  \n   ```bash  \n   git push origin feature-name  \n   ```  \n5. Submit a pull request.  \n\n---\n\n## 🔐 License  \nThis project is licensed under the [MIT License](LICENSE).  \n\n---\n\n\n## ✨ Made by ❤️ by Gyan Pratap Singh ✨\n\n## 🌐 Connect with Us\nFeel free to reach out for questions or collaboration:  \n- **Name**: Gyan Pratap Singh  \n- **Email**: [gps.96169@gmail.com](mailto:gps.96169@gmail.com)  \n- **Portfolio**: [Gyan's Portfolio](https://portfolio-v1-chi-one.vercel.app)\n\n- **Contact Us**:  📲\u003ca href=\"https://wa.me/918957818597?text=Hey%20%F0%9F%91%8B%2C%20how%20can%20I%20help%20you%3F\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/WhatsApp-Click%20Me-25D366?style=for-the-badge\u0026logo=whatsapp\" alt=\"WhatsApp\" /\u003e\n  \u003c/a\u003e\n\nGitHub Repository: [BlogApp](https://github.com/Gyanthakur/blog_app.git)\n\n\n---\n\nEnjoy blogging with the **Next.js Blog Project**! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyanthakur%2Fblog_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyanthakur%2Fblog_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyanthakur%2Fblog_app/lists"}