Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dro-1/appwrite-pastebin-clone
https://github.com/dro-1/appwrite-pastebin-clone
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dro-1/appwrite-pastebin-clone
- Owner: dro-1
- Created: 2021-10-31T01:09:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T01:27:23.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:24:00.590Z (4 months ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# Appwrite Pastebin Clone with React
To use this app, add a .env file with the following variables:
- APPWRITE_KEY
- PASTES_COLLECTION_ID
- PROJECT_ID
- ENDPOINTYou can get the APPWRITE_KEY, ENDPOINT and PROJECT_ID from your Appwrite Dashboard after creating them respectively.
When done, run
```
cd setup
```
```
yarn
```
```
node appwrite-pastebin.js
```
The last command runs the appwrite-pastebin.js which creates our PASTES collection and spits out its ID, so copy it and insert it into the .env file.Then run
```
cd ..
```
```
yarn start
```
to start the React App.## Screenshots
![Screenshot (104)](https://user-images.githubusercontent.com/45892107/139562975-da9117c8-2e95-4768-9489-f665fa7dc2f6.png)
![Screenshot (105)](https://user-images.githubusercontent.com/45892107/139562977-604dddcc-5286-4cc5-8c22-14b52a550874.png)
![Screenshot (106)](https://user-images.githubusercontent.com/45892107/139562978-217e8409-a696-4b1a-a189-3c0f03ebbb54.png)