Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityaoberai/appwriteauthdemo
Svelte + Appwrite Authentication
https://github.com/adityaoberai/appwriteauthdemo
appwrite authentication svelte
Last synced: 3 months ago
JSON representation
Svelte + Appwrite Authentication
- Host: GitHub
- URL: https://github.com/adityaoberai/appwriteauthdemo
- Owner: adityaoberai
- Created: 2023-05-22T18:24:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-21T19:01:54.000Z (over 1 year ago)
- Last Synced: 2024-10-08T03:41:14.577Z (4 months ago)
- Topics: appwrite, authentication, svelte
- Language: Svelte
- Homepage: https://appwrite-auth-demo.vercel.app/
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appwrite Auth Demo
Svelte demo app that showcases email/password authentication with Appwrite
## Steps To Run
- Clone the repo
- Enter the cloned repo's directory
- Change the file `.env.example` to `.env`
- Update the environment variables with your **Appwrite Cloud Endpoint** and **Project ID**
- Run `npm install` followed by `npm run dev`