https://github.com/oyeins-gui/appwrite-redux
Using redux and appwrite to manage user
https://github.com/oyeins-gui/appwrite-redux
appwrite reactjs redux redux-toolkit
Last synced: 2 months ago
JSON representation
Using redux and appwrite to manage user
- Host: GitHub
- URL: https://github.com/oyeins-gui/appwrite-redux
- Owner: Oyeins-GUI
- Created: 2023-11-24T16:04:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T20:22:21.000Z (over 2 years ago)
- Last Synced: 2025-01-13T08:32:20.294Z (over 1 year ago)
- Topics: appwrite, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appwrite + Redux
Appwrite is used here as the backend of this application. Appwrite's open-source platform lets you add Auth, DBs, Functions and Storage to your product and build any application at any scale, own your data, and use your preferred coding languages and tools.
Redux is used for state management.
## Run project locally
- git clone https://github.com/Oyeins-GUI/appwrite-redux.git
- cd appwrite-redux
- npm install
- npm run dev