{"id":16109529,"url":"https://github.com/sooraj-s-98/blog_app_nextjs_appwrite","last_synced_at":"2026-04-11T11:03:36.875Z","repository":{"id":112738008,"uuid":"547384076","full_name":"Sooraj-s-98/Blog_App_Nextjs_Appwrite","owner":"Sooraj-s-98","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-12T02:33:49.000Z","size":87,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T20:47:40.597Z","etag":null,"topics":["appwrite","hacktoberfest2022","nextjs","reactjs"],"latest_commit_sha":null,"homepage":"","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/Sooraj-s-98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"soorajs","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-10-07T15:38:32.000Z","updated_at":"2022-10-07T15:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"207b46f5-b5dc-4989-a264-afd40ad67963","html_url":"https://github.com/Sooraj-s-98/Blog_App_Nextjs_Appwrite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sooraj-s-98/Blog_App_Nextjs_Appwrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sooraj-s-98%2FBlog_App_Nextjs_Appwrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sooraj-s-98%2FBlog_App_Nextjs_Appwrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sooraj-s-98%2FBlog_App_Nextjs_Appwrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sooraj-s-98%2FBlog_App_Nextjs_Appwrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sooraj-s-98","download_url":"https://codeload.github.com/Sooraj-s-98/Blog_App_Nextjs_Appwrite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sooraj-s-98%2FBlog_App_Nextjs_Appwrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"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":["appwrite","hacktoberfest2022","nextjs","reactjs"],"created_at":"2024-10-09T19:32:56.044Z","updated_at":"2026-04-11T11:03:36.847Z","avatar_url":"https://github.com/Sooraj-s-98.png","language":"JavaScript","funding_links":["https://ko-fi.com/soorajs"],"categories":[],"sub_categories":[],"readme":"\r\n\r\n\u003ch1 align=\"center\"\u003e Blog App ❤️(Next.js + MongoDB)\u003c/h1\u003e\u003c/h1\u003e\r\n\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n:rocket: [Check out the demo](https://m-dev-tau.vercel.app/) :rocket:\r\n  \r\n  \u003c/div\u003e\r\n\u003ch3 align=\"start\"\u003eAdd MongoDB Atlas Search\u003c/h3\u003e\r\n\r\nAdd MongoDB atlas index search  See [this](https://docs.atlas.mongodb.com/atlas-search/).\r\n![mongosea](https://user-images.githubusercontent.com/52352285/153125339-46e3238f-5c19-4feb-8f64-4d6af850443e.png)\r\n\r\n\r\n\r\n\u003ch3 align=\"start\"\u003eEnvironmental variables\u003c/h3\u003e\r\n\r\nEnvironmental variables in this project include:\r\n\r\n- `MONGODB_URI` The MongoDB Connection String (with credentials and database name)\r\n- `WEB_URI` The _URL_ of your web app.\r\n- `CLOUDINARY_URL` (optional, Cloudinary **only**) Cloudinary environment variable for configuration. See [this](https://cloudinary.com/documentation/node_integration#configuration).\r\n- `NODEMAILER_CONFIG` (optional, if using nodemailer **only**) JSON stringified nodemailer config. eg. `{\"service\":\"Gmail\",\"auth\":{\"user\":\"sooraj@gmail.com\",\"pass\":\"sgbxGJjklmYunbbcGHJaSDROpLKg\"}}`\r\n\r\n\u003ch3 align=\"start\"\u003eDevelopment\u003c/h3\u003e\r\n\r\nStart the development server by running `yarn dev` or `npm run dev`. Getting started by create a `.env.local` file with the above variables. See [Environment Variables](https://nextjs.org/docs/basic-features/environment-variables).\r\n\r\n\u003ch2 align=\"start\"\u003eDeployment\u003c/h2\u003e\r\n\r\nThis project can be deployed [anywhere Next.js can be deployed](https://nextjs.org/docs/deployment). Make sure to set the environment variables using the options provided by your cloud/hosting providers.\r\n\r\nAfter building using `npm run build`, simply start the server using `npm run start`.\r\n\r\nYou can also deploy this with serverless providers given the correct setup.\r\n\r\n\r\n\u003ch2 align=\"start\"\u003eGuide\u003c/h2\u003e\r\n\r\n\u003ch3 align=\"start\"\u003e:lock: Authentication and Account\u003c/h3\u003e\r\n\r\n\u003cdiv align=\"start\"\u003e\r\n\r\n- [x] Session-based authentication ([Passport.js](https://github.com/jaredhanson/passport))\r\n- [x] Sign up/Log in/Sign out API\r\n- [x] Authentication via email/password\r\n- [ ] Authentication via OAuth (Google, Facebook, etc.)\r\n- [x] Email verification\r\n- [x] Password change\r\n- [x] Password reset via email\r\n\r\n\u003c/div\u003e\r\n\r\n\u003ch3 align=\"start\"\u003e:woman::man: Profile\u003c/h3\u003e\r\n\r\n\u003cdiv align=\"start\"\u003e\r\n\r\n- [x] Profile picture, username, name, bio, email\r\n- [x] Update user profile\r\n\r\n\u003c/div\u003e\r\n\r\n\u003ch3 align=\"start\"\u003e:eyes: Social\u003c/h3\u003e\r\n\r\n\u003cdiv align=\"start\"\u003e\r\n\r\n- [x] View others' profiles\r\n- [x] Posts and comments\r\n- [x] Search posts\r\n\r\n\u003c/div\u003e\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsooraj-s-98%2Fblog_app_nextjs_appwrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsooraj-s-98%2Fblog_app_nextjs_appwrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsooraj-s-98%2Fblog_app_nextjs_appwrite/lists"}