{"id":19010005,"url":"https://github.com/raoufsezar/mern-blog","last_synced_at":"2026-04-10T07:03:01.896Z","repository":{"id":182137879,"uuid":"444566935","full_name":"RaoufSEZAR/MERN-BLOG","owner":"RaoufSEZAR","description":"this project is for Blog project, the user can CRUD a Post, and find posts by category or author name ,add Category .","archived":false,"fork":false,"pushed_at":"2022-01-06T20:43:57.000Z","size":1548,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T21:22:04.359Z","etag":null,"topics":["context-api","css3","ecma6","expressjs","flexbox-css","html5","javasccript","mongodb","mongoose","nodejs","react","react-router","rest-api"],"latest_commit_sha":null,"homepage":"","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/RaoufSEZAR.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":"2022-01-04T21:21:38.000Z","updated_at":"2022-01-13T00:23:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"17c6fbb2-5e4e-4976-a04b-b254859fa066","html_url":"https://github.com/RaoufSEZAR/MERN-BLOG","commit_stats":null,"previous_names":["raoufsezar/mern-blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaoufSEZAR%2FMERN-BLOG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaoufSEZAR%2FMERN-BLOG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaoufSEZAR%2FMERN-BLOG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaoufSEZAR%2FMERN-BLOG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaoufSEZAR","download_url":"https://codeload.github.com/RaoufSEZAR/MERN-BLOG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240037369,"owners_count":19737923,"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":["context-api","css3","ecma6","expressjs","flexbox-css","html5","javasccript","mongodb","mongoose","nodejs","react","react-router","rest-api"],"created_at":"2024-11-08T19:09:36.018Z","updated_at":"2026-04-10T07:03:01.834Z","avatar_url":"https://github.com/RaoufSEZAR.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN-BLOG\n\nthis project is for Blog project, the user can CRUD a Post, and find posts by category or author name ,add Category .I coded this project using **_HTML5, CSS3, ECMA6, React, Context Api , Node.js, Express.js ,Javascript, MongoDb and Mongoose._**\n\n## Post Model:\n\n- Add a Post\n- Delete Posts by the Post id\n- Find all Posts by the Category name\n- Update Posts By same Author\n\n## User Model:\n\n- Create a User account \n- Delete Posts by the Post id that has written \n- Find all Posts by the User name\n- Update User account\n- Update his Posts\n\n## Category Model:\n\n- Add a Category\n- Find all Posts by a Category name\n- Find all Categories\n\n\n### You can find Postman Collection in this [link](https://github.com/RaoufSEZAR/MERN-BLOG/blob/main/MERN_BLOG.postman_collection.json)\n\n## To try this project in your machine\n\nafter cloning the project add DB by adding .env file to api file and write this:\n\n```\nMONGO_URL=mongodb://localhost:27017/YOUR_DATABASE_NAME\nPORT=5000\n```\n\nand inside api file in the same path write this in the terminal:\n\n```\nnpm install\nnpm start\n```\n\nand this message will show in terminal after connecting successfuly to db: \\***\\*connected to db sccessfully\\*\\***\nafter that open client file and in the same path write this in the terminal:\n\n```\nnpm install\nnpm start\n```\n\n## SOME PICTURES FROM PROJECT\n\n### login\n\n![login](https://user-images.githubusercontent.com/64332249/148446060-8d826308-11b4-4ac6-b0a1-11f7d72db37e.png)\n\n### register\n\n![register](https://user-images.githubusercontent.com/64332249/148446098-b2e23896-0d7f-4267-b450-480650972eff.png)\n\n### home page\n\n![home page](https://user-images.githubusercontent.com/64332249/148446191-90022695-0f5a-44b9-9a06-a220e9553fc1.png)\n\n### update user\n\n![update user](https://user-images.githubusercontent.com/64332249/148446212-8c7f7e2b-28d3-439c-b875-0b9606849263.png)\n\n### create post\n\n![create post](https://user-images.githubusercontent.com/64332249/148446274-badcaf3f-0701-4f17-a425-1c92400effdb.png)\n\n### single post\n\n![single post](https://user-images.githubusercontent.com/64332249/148446304-26a35067-d607-4053-920f-d30a7ace37a0.png)\n\n### 404 Page\n\n![404](https://user-images.githubusercontent.com/64332249/148449113-d12bbbf3-c99b-475f-a0b0-efffd47f97a7.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraoufsezar%2Fmern-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraoufsezar%2Fmern-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraoufsezar%2Fmern-blog/lists"}