Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dro-1/appwrite-pastebin-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

Appwrite Pastebin Clone with React

To use this app, add a .env file with the following variables:

  • APPWRITE_KEY
  • PASTES_COLLECTION_ID
  • PROJECT_ID
  • ENDPOINT

You 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

About

No description, website, or topics provided.

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors