{"id":25612449,"url":"https://github.com/ashesbloom/blogging-application","last_synced_at":"2026-04-14T10:32:57.704Z","repository":{"id":247001213,"uuid":"824688953","full_name":"ashesbloom/Blogging-Application","owner":"ashesbloom","description":"Its a blogging application go explore \u003e","archived":false,"fork":false,"pushed_at":"2024-08-11T17:46:55.000Z","size":13489,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T19:40:07.687Z","etag":null,"topics":["docker-image","ejs-templates","express","jwt-authentication","mongodb","mvc-framework","nodejs","ocktokit","webapplication"],"latest_commit_sha":null,"homepage":"https://ashesbloom.duckdns.org","language":"CSS","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/ashesbloom.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-07-05T17:37:08.000Z","updated_at":"2025-02-02T17:32:51.000Z","dependencies_parsed_at":"2024-08-11T19:00:31.043Z","dependency_job_id":"4f4ec218-2af0-483b-8994-6f510088fc09","html_url":"https://github.com/ashesbloom/Blogging-Application","commit_stats":null,"previous_names":["ashesbloom/blogging-application"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ashesbloom/Blogging-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashesbloom%2FBlogging-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashesbloom%2FBlogging-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashesbloom%2FBlogging-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashesbloom%2FBlogging-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashesbloom","download_url":"https://codeload.github.com/ashesbloom/Blogging-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashesbloom%2FBlogging-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker-image","ejs-templates","express","jwt-authentication","mongodb","mvc-framework","nodejs","ocktokit","webapplication"],"created_at":"2025-02-22T00:27:10.267Z","updated_at":"2026-04-14T10:32:57.684Z","avatar_url":"https://github.com/ashesbloom.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Blogging Application](http://blogs.ap-south-1.elasticbeanstalk.com/)\n\nA blogging application with a clean and minimal UI featuring dark mode, an adaptive sidebar, and many easter eggs for users to discover. [Blogs!](http://blogs.ap-south-1.elasticbeanstalk.com/)\n\n## Features\n\n- **Clean and Minimal UI:** The application boasts a sleek design with a dark mode for comfortable reading.\n- **Adaptive Sidebar:** The sidebar adapts to user interactions, enhancing the browsing experience.\n- **Easter Eggs:** Hidden features and surprises for users to find as they explore.\n- **HTML in Blogs:** Users can embed HTML code within their blogs using `[text] your code [/text]` blocks.\n- **Post Progress:** Users can see the progress of their posts beside the adaptive sidebar.\n- **Read Time Calculation:** The estimated read time is displayed below the thumbnail of each post.\n\n## Technologies Used\n\n- **Node.js:** Server-side JavaScript runtime.\n- **Express:** Web framework for Node.js.\n- **MongoDB:** NoSQL database.\n- **Dependencies:**\n  - **Multer:** File handling and restrictions.\n  - **cookie-parser:** Cookie handling.\n  - **jsonwebtoken (JWT):** Token generation and verification.\n  - **EJS:** Templating engine.\n\n## Security and Privacy\n\n- **Password Hashing:** Passwords are hashed with the SHA-256 algorithm and never saved in the database.\n- **JWT Authentication:** Efficient login and logout handling through JWT token generation and verification.\n\n## File Handling\n\n- **Multer:** Used for restricting and handling file attachments.\n\n## Installation\n\nTo set up the project locally, follow these steps:\n\n1. **Clone the Repository:**\n   ```sh\n   git clone https://github.com/ashesbloom/Blogging-Application.git\n   cd Blogging-Application\n   ```\n   \n2. **Initialize Node.js**\n\n    ```sh\n    npm init\n    ```\n\n    Follow the prompts to create a `package.json` file.\n\n2. **Install Express**\n\n    ```sh\n    npm install express\n    ```\n\n3. **Install Other Dependencies**\n\n    ```sh\n    npm install multer cookie-parser jsonwebtoken ejs\n    ```\n\n4. **Run the Application**\n\n    ```sh\n    node index.js\n    ```\n\n## Custom Middleware / Features\n\n- **HTML Code in Blogs**: Users can embed HTML code within their blog posts using `[text] your code [/text]` blocks.\n- **Post Progress**: Users can track the progress of their posts in real time.\n- **Read Time Calculation**: The application calculates and displays the read time of each post.\n\n## Contributing\n\nIf you want to contribute to the project, please follow the standard GitHub flow:\n\n1. Fork the repository.\n2. Create a new branch.\n3. Make your changes.\n4. Submit a pull request.\n\n## Contact\n\nFor any inquiries or issues, contact us at [mayankpandeydk123@gmail.com](mailto:mayankpandeydk123@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashesbloom%2Fblogging-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashesbloom%2Fblogging-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashesbloom%2Fblogging-application/lists"}