Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oyeins-gui/appwrite-redux
Using redux and appwrite to manage user
https://github.com/oyeins-gui/appwrite-redux
Last synced: about 1 month 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-25T20:22:21.000Z (about 1 year ago)
- Last Synced: 2023-11-25T21:21:12.782Z (about 1 year ago)
- Language: JavaScript
- 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