{"id":14975523,"url":"https://github.com/kritika30032002/blog_website","last_synced_at":"2025-04-05T02:12:01.037Z","repository":{"id":170313916,"uuid":"577818317","full_name":"Kritika30032002/Blog_Website","owner":"Kritika30032002","description":"This is a blog website where user can compose their blogs. The blogs are saved in database.","archived":false,"fork":false,"pushed_at":"2024-10-20T05:32:40.000Z","size":326,"stargazers_count":40,"open_issues_count":64,"forks_count":86,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T02:11:54.849Z","etag":null,"topics":["codepeak2023","css","ejs","gssoc-ext","hacktoberfest","hacktoberfest-accepted","html","iwoc2024","javascript","kwoc2023","mongodb","mongoose","mongoosejs","phicsit2024","webdevelopment"],"latest_commit_sha":null,"homepage":"https://blog-tui6.onrender.com/","language":"EJS","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/Kritika30032002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"code_of_conduct.md","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":"2022-12-13T15:42:17.000Z","updated_at":"2025-03-26T18:15:22.000Z","dependencies_parsed_at":"2023-10-16T04:29:18.549Z","dependency_job_id":"8566685a-15f7-4df3-b441-71e4e03e8237","html_url":"https://github.com/Kritika30032002/Blog_Website","commit_stats":null,"previous_names":["kritika30032002/blog_website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritika30032002%2FBlog_Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritika30032002%2FBlog_Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritika30032002%2FBlog_Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritika30032002%2FBlog_Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kritika30032002","download_url":"https://codeload.github.com/Kritika30032002/Blog_Website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276189,"owners_count":20912288,"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":["codepeak2023","css","ejs","gssoc-ext","hacktoberfest","hacktoberfest-accepted","html","iwoc2024","javascript","kwoc2023","mongodb","mongoose","mongoosejs","phicsit2024","webdevelopment"],"created_at":"2024-09-24T13:52:09.671Z","updated_at":"2025-04-05T02:12:01.016Z","avatar_url":"https://github.com/Kritika30032002.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Join the [Discord](https://discord.gg/5NDvQhZNED) for any further discussion \n\n# Blog Website\n\n## Introduction\n\nWelcome to the Blog Website, a platform that empowers users to create, share, and engage with blogs. This repository contains the source code for the website, which securely stores blogs in a database while providing a seamless experience for writers and readers.\n\n## Features\n\n- **User-Friendly Interface:** The intuitive user interface allows users to effortlessly compose and edit blogs.\n\n- **Database Storage:** All blogs are securely stored in a database, making it easy to manage and retrieve them whenever needed.\n\n- **Responsive Design:** The website is designed to be responsive, ensuring an optimal experience on both desktop and mobile devices.\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, make sure you have the following prerequisites installed on your local machine:\n\n- [Node.js](https://nodejs.org/)\n\n- [MongoDB](https://www.mongodb.com/)\n\n### Installation\n\n1. **Clone the Repository**\n\n   Clone this repository to your local machine:\n\n   ```\n   git clone https://github.com/Kritika30032002/Blog_Website.git\n   ```\n   \n2. **Navigate to the Project Directory**\n3. **Install Dependencies**\n    ``` npm install ```\n\n### Configuration\nTo configure the project, follow these steps:\n\n- **Create a .env File**\n  Create a .env file in the root directory of the project to store your environment variables. Replace your_session_secret with a secure, random string for session management.\n  \n```\nPORT=3000\nMONGODB_URI=mongodb://localhost:27017/blog-website\nSESSION_SECRET=your_session_secret\n```\n\n### Running the Application\n1. **Start the application**\n   Start the application by running:\n   ```npm start```\n    or\n    ```node app.js```\n2. **Access the website**\n   Open your web browser and navigate to http://localhost:3000 to access the blog website.\n\n## 🚀 How to Contribute to This Project 🚀\n\nWe’re excited to have you contribute to this project! Follow these simple steps to get started:\n\n1. **🍴 Fork the Repository**  \n   - Go to the [repository page](https://github.com/Kritika30032002/Blog_Website).\n   - Click the *Fork* button (top right). This creates a copy of the project in your GitHub account.\n\n2. **💻 Clone Your Fork**  \n   - Once the repository is forked, clone it to your local machine. Open your terminal and run:\n    ``` bash\n     git clone\n      https://github.com/Kritika30032002/Blog_Website.git\n    ```\n     \n   - Replace your-username with your GitHub username.\n\n3. **🌿 Create a New Branch** \n   - Before making any changes, create a new branch for your work:\n    ``` bash\n     git checkout\n     -b your-branch-name\n    ```\n     \n   - Choose a branch name that describes what you're working on, such as fix-navbar or add-contact-form.\n\n4. **🛠️ Make Your Changes**\n   - Open the project files in your code editor (like VS Code) and make your changes.\n   - You can contact the project manager for any queiries you have.\n\n5. **✅ Test Your Changes**\n   - Make sure your changes work correctly by testing the website locally. Open the index.html file in your browser to see your updates.\n\n6. **💬 Commit Your Changes** \n   - Once your changes are ready, commit them with a descriptive message:\n     ```bash\n     git add .\n     git commit -m \"Added feature X or Fixed issue Y\"\n     ```\n     \n\n7. **📤 Push Your Changes**\n   - Push your changes to your forked repository on GitHub:\n    ``` bash\n     git push origin your-branch-name\n    ```\n     \n\n8. **🔄 Create a Pull Request (PR)** \n   - Go back to the original repository [here](https://github.com/Kritika30032002/Blog_Website).\n   - Click the *Compare \u0026 pull request* button.\n   - Write a short description of your changes and submit the pull request (PR).\n\n9. **🔎Review Changes**\n   - The project manager will review your PR. If your changes are approved, your request would be merged.\n\n---\n\nBy following these steps, you can easily contribute to this project! If you have any questions, feel free to ask in the repository’s discussion or issue section.\n\n\n## 📢Contributors📢\n\n ## Our Amazing Contributors \n\n\n\u003ca align=\"center\" href=\"https://github.com/Kritika30032002/Blog_Website/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Kritika30032002/Blog_Website\" /\u003e  \n\u003c/a\u003e\n\n\n\n\n### Contributing\nWe enthusiastically welcome contributions from the community. If you discover a bug or have an enhancement in mind, please don't hesitate to open an issue or create a pull request. Your input is invaluable to us.\n\n\nJoin the [discord server](https://discord.gg/JdFsJPrayj) for more discussion: \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkritika30032002%2Fblog_website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkritika30032002%2Fblog_website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkritika30032002%2Fblog_website/lists"}