{"id":18963838,"url":"https://github.com/rajaditya01/fullstack-blogs","last_synced_at":"2026-04-11T09:05:57.991Z","repository":{"id":218660365,"uuid":"744000556","full_name":"RajAditya01/FullStack-Blogs","owner":"RajAditya01","description":"Blogging-platform","archived":false,"fork":false,"pushed_at":"2024-02-25T08:01:05.000Z","size":6805,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T17:58:21.797Z","etag":null,"topics":["axios","bycryptjs","cors","css3","dotenv","express","javascript","jwt-authentication","mern-stack","mongodb","mongoose","multer","nodejs","nodemailer","react","slugify","uuid"],"latest_commit_sha":null,"homepage":"https://full-stack-blogs.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RajAditya01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-16T12:40:14.000Z","updated_at":"2024-01-27T11:19:27.000Z","dependencies_parsed_at":"2024-02-25T08:45:23.512Z","dependency_job_id":null,"html_url":"https://github.com/RajAditya01/FullStack-Blogs","commit_stats":null,"previous_names":["rajaditya01/fullstack-blogs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RajAditya01/FullStack-Blogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajAditya01%2FFullStack-Blogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajAditya01%2FFullStack-Blogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajAditya01%2FFullStack-Blogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajAditya01%2FFullStack-Blogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RajAditya01","download_url":"https://codeload.github.com/RajAditya01/FullStack-Blogs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajAditya01%2FFullStack-Blogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31674626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["axios","bycryptjs","cors","css3","dotenv","express","javascript","jwt-authentication","mern-stack","mongodb","mongoose","multer","nodejs","nodemailer","react","slugify","uuid"],"created_at":"2024-11-08T14:21:59.394Z","updated_at":"2026-04-11T09:05:57.962Z","avatar_url":"https://github.com/RajAditya01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cH1 align =\"center\" \u003e MERN BLOG  \u003c/h1\u003e\n\u003ch5  align =\"center\"\u003e \nFullstack Blogging application made with MongoDB, Express, React \u0026 Nodejs (MERN) \u003c/h5\u003e\n\u003cbr/\u003e\n\n##  Key Features\n\n- User registration and login\n- Authentication using JWT Tokens\n- Blog searching  and pagination \n- CRUD operations (Blog create, read, update and delete)\n- Upload user ımages and blog ımages  to the server\n- Liking  Blogs and adding Blogs  to the Reading list\n- Commenting  on the Blog\n- Skeleton loading effect\n- Responsive Design\n\n\u003cbr/\u003e\n\n##  Technologies used\n\nThis project was created using the following technologies.\n\n####  Frontend \n\n- [React js ](https://www.npmjs.com/package/react) - JavaScript library that is used for building user interfaces specifically for single-page applications\n- [React Hooks  ](https://reactjs.org/docs/hooks-intro.html) - For managing and centralizing application state\n- [react-router-dom](https://www.npmjs.com/package/react-router-dom) - To handle routing\n- [axios](https://www.npmjs.com/package/axios) - For making Api calls\n- [Css](https://developer.mozilla.org/en-US/docs/Web/CSS) - For User Interface\n- [CK-Editor](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/react.html) - Rich Text Editor \n- [uuid](https://www.npmjs.com/package/uuid) - For random id generator\n- [React icons](https://react-icons.github.io/react-icons/) -\n Small library that helps you add icons  to your react apps.\n\n####  Backend \n\n- [Node js](https://nodejs.org/en/) -A runtime environment to help build fast server applications using JS\n- [Express js](https://www.npmjs.com/package/express) -The server for handling and routing HTTP requests\n- [Mongoose](https://mongoosejs.com/) - For modeling and mapping MongoDB data to JavaScript\n- [express-async-handler](https://www.npmjs.com/package/express-async-handler) - Simple middleware for handling exceptions inside of async express routes and passing them to your express error handlers \n- [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) - For authentication\n- [Bcryptjs](https://www.npmjs.com/package/bcryptjs) - For data encryption\n- [Nodemailer](https://nodemailer.com/about/) - Send e-mails from Node.js\n- [Dotenv](https://www.npmjs.com/package/dotenv) - Zero Dependency module that loads environment variables\n- [multer](https://www.npmjs.com/package/multer) - Node.js middleware for uploading files \n- [slugify](https://www.npmjs.com/package/slugify) - For encoding titles into a URL-friendly format\n- [cors](https://www.npmjs.com/package/cors) - Provides a Connect/Express middleware\n\n\n####  Database \n\n - [MongoDB ](https://www.mongodb.com/) - It provides a free cloud service to store MongoDB collections.\n \n ##  Screenshots \n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/5233806b-7499-4b4e-82fb-29bc9523965f)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/4282f48c-4c3d-4c36-b8ea-f3432befcb87)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/2e983076-5357-4022-ba2a-97402fa94f56)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/c927ddef-e6df-4999-85f7-94888d4d1b45)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/23ac84f0-b8c4-4366-aabb-d1f0100276e9)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/792edd59-965e-41c9-a962-4022dfa5a7c4)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/30419222-f56b-44dd-a04b-317181d14784)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/e100f7c6-c534-4e56-8835-08136dbfc527)\n---- -\n![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/5fa713ed-3f5c-46e6-9941-85d75cecf231)\n\n## Author\n- Github: [Aditya Raj](https://github.com/RajAditya01)\n- Linkedin: [Aditya Raj](https://www.linkedin.com/in/aditya-raj-aa923721a/)\n- Email: [adityavishal903@gmail.com](mailto:adityavishal903@gmail.com)\n\n\n## License\n\nMIT License\n\nCopyright (c) 2024 Aditya Raj\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nModifications to the Software are not permitted without explicit written\npermission from the original copyright holder, Aditya Raj.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajaditya01%2Ffullstack-blogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajaditya01%2Ffullstack-blogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajaditya01%2Ffullstack-blogs/lists"}