{"id":13533933,"url":"https://github.com/alceil/apppwrite-blogapp-with-nextjs","last_synced_at":"2025-04-01T22:31:04.103Z","repository":{"id":122331447,"uuid":"421508758","full_name":"alceil/apppwrite-blogapp-with-nextjs","owner":"alceil","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-27T13:18:20.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-02T21:31:42.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/alceil.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}},"created_at":"2021-10-26T16:49:26.000Z","updated_at":"2021-10-27T13:18:23.000Z","dependencies_parsed_at":"2024-01-14T02:33:12.560Z","dependency_job_id":"e1471e40-12f3-4406-af80-84fa72a4d319","html_url":"https://github.com/alceil/apppwrite-blogapp-with-nextjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alceil%2Fapppwrite-blogapp-with-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alceil%2Fapppwrite-blogapp-with-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alceil%2Fapppwrite-blogapp-with-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alceil%2Fapppwrite-blogapp-with-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alceil","download_url":"https://codeload.github.com/alceil/apppwrite-blogapp-with-nextjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246720464,"owners_count":20822908,"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":[],"created_at":"2024-08-01T07:01:24.437Z","updated_at":"2025-04-01T22:31:03.799Z","avatar_url":"https://github.com/alceil.png","language":"JavaScript","funding_links":[],"categories":["Showcase (Built with Appwrite 📣)"],"sub_categories":["React"],"readme":"# 🔖 Blog App using NextJs And Appwrite\n\n![logo](https://user-images.githubusercontent.com/47685349/138933572-fd0d2da5-71d7-4648-8c88-063bdac6e5b9.png)\n\n## Screenshot\n\n![screenshotsignup](https://user-images.githubusercontent.com/47685349/138934188-b0962c42-9946-4366-bce3-3fc0dd5646f2.png)\n\n![screenshotlogin](https://user-images.githubusercontent.com/47685349/138934359-b9b07137-2b33-4b15-a032-6e1c413eac34.png)\n\n![screenshothome](https://user-images.githubusercontent.com/47685349/138934552-2640037f-cc77-4445-971c-5f8466ec8e31.png)\n## 🎬 Getting Started!\n\n### 🤘 Install Appwrite \nFollow our simple [Installation Guide](https://appwrite.io/docs/installation) to get Appwrite up and running in no time. You can either deploy Appwrite on your local machine or, on any cloud provider of your choice. \n\u003e Note: If you setup Appwrite on your local machine, you will need to create a public IP so that your hosted frontend can access it.\n1. Add a new Web App in Appwrite and enter the endpoint of your website (`localhost, \u003cproject-name\u003e.vercel.app etc`)\n2. Create a new collection with the following properties\n* **Rules**\nAdd the following rules to the collection. \n\u003e Make sure that your key exactly matches the key in the images\n\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/47685349/139072703-2893bb5d-833b-454b-b1cc-2950991b224e.png\" alt=\"Content Rule\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/47685349/139072749-0d23b6a6-50a8-45d9-855c-441aaf83cf3d.png\" alt=\"IsComplete Rule\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/47685349/139072919-223c4ceb-47fa-42f5-93ec-235510007039.png\" alt=\"IsComplete Rule\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n* **Permissions**\n\nAdd the following permissions to your collections. These permissions ensure that only registered users can access the collection.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/47685349/139072970-7523a39b-8ca0-4145-b63a-0be41fe10c08.png\" alt=\"IsComplete Rule\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n\n\n### 🚀 Deploy the Front End\nYou have two options to deploy the front-end and we will cover both of them here. In either case, you will need to fill in these environment variables that help your frontend connect to Appwrite.\n\n* REACT_APP_ENDPOINT - Your Appwrite endpoint\n* REACT_APP_PROJECT - Your Appwrite project ID\n* REACT_APP_COLLECTION_ID - Your Appwrite collection ID \n\n\n### **Run locally**\n\nFollow these instructions to run the demo app locally\n\n```sh\n$ git clone https://github.com/alceil/apppwrite-blogapp-with-nextjs\n$ cd apppwrite-blogapp-with-nextjs\n```\n\n\nNow fill your environment variables\n\n![image](https://user-images.githubusercontent.com/47685349/138935258-1f4ea81a-5955-4fdb-bf89-3de09a3c438a.png)\n\n\nNow run the following commands and you should be good to go 💪🏼\n\n```\n$ npm install\n$ npm run dev\n```\n\n\n## Thanks\n\nGlad to see here! Show some love by [starring](https://github.com/alceil/apppwrite-blogapp-with-nextjs) this repository. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falceil%2Fapppwrite-blogapp-with-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falceil%2Fapppwrite-blogapp-with-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falceil%2Fapppwrite-blogapp-with-nextjs/lists"}