https://github.com/Sooraj-s-98/appwrite-instagram-clone
Creating instagram clone web by using nextjs and appwrite server
https://github.com/Sooraj-s-98/appwrite-instagram-clone
appwrite hacktoberfest hacktoberfest2021 javascript nextjs reactjs
Last synced: about 1 month ago
JSON representation
Creating instagram clone web by using nextjs and appwrite server
- Host: GitHub
- URL: https://github.com/Sooraj-s-98/appwrite-instagram-clone
- Owner: Sooraj-s-98
- License: mit
- Created: 2021-10-08T14:10:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T12:39:08.000Z (over 2 years ago)
- Last Synced: 2025-03-21T00:12:50.780Z (about 2 months ago)
- Topics: appwrite, hacktoberfest, hacktoberfest2021, javascript, nextjs, reactjs
- Language: JavaScript
- Homepage: https://appwrite-instagram-clone.netlify.app/
- Size: 7.89 MB
- Stars: 28
- Watchers: 3
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# 🔖 Instagram clone by using NextJS and Appwrite server

## Screenshot



## 🎬 Getting Started!
### 🤘 Install Appwrite
Follow 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.> 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.
## Database




### 🚀 Deploy the Front End
You 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.* REACT_APP_ENDPOINT - Your Appwrite endpoint
* REACT_APP_PROJECT - Your Appwrite project ID
* REACT_APP_COLLECTION_ID - Your Appwrite collection ID### **Run locally**
Follow these instructions to run the demo app locally
```sh
$ git clone https://github.com/Sooraj-s-98/appwrite-instagram-clone
$ cd appwrite-instagram-clone
```Now fill your environment variables

Now run the following commands and you should be good to go 💪🏼
```
$ npm install
$ npm run dev
```## Thanks