Title
Appwrite - Open-Source End-to-End Backend Server
Go Home
Category
Description
Appwrite provides web and mobile developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Appwrite - Open-Source End-to-End Backend Server
Page Views
0
Share
Update Time
2022-05-09 07:54:43

"I love Appwrite - Open-Source End-to-End Backend Server"

www.appwrite.io VS www.gqak.com

2022-05-09 07:54:43

Announcing the Appwrite OSS Fund, Learn More! ? Home Cloud Docs Community GitHub 21.2k Get Updates Subscribe For Updates v0.13 has just landed, learn what's new! Secure Open-Source Backend Server for Web, Mobile & Flutter Developers Appwrite is a self-hosted backend-as-a-service platform that provides developers with all the core APIs required to build any application. Get Started GitHub appwrite.io Sign Up Now for Free Cloud Credits Deploying Appwrite has never been easier. Secure your free credits for Appwrite Cloud now by signing up. Learn more about Appwrite Cloud Power, Security and Flexibility Take advantage of the Appwrite services to speed up your development on any platform Database Store, query and manage access control to your app documents Auth & Users Authenticate, confirm and manage users using multiple signin methods Storage Upload, download and preview your app and users files Functions Run your backend code in a secure and isolated environment to customize your app GEO & Localization Detect your users location, locale and fetch GEO related data Console Track your backend API usage and manage your project resources from a modern UI Privacy Own your data. Easily setup Appwrite self-hosted solution on your infrastructure Security End-to-end security for your backend APIs both in transit and at rest Quick to Get Started, Easy to Grow All Appwrite SDKs are carefully designed to make developers lives easier: Simplicity first attitude Zero dependencies Verbose documentation Consistency across platforms Plays well with others Grab the Appwrite Web SDK: npm install appwrite Configure your SDK and start sending calls: // Init your Web SDKconst appwrite = new Appwrite();appwrite .setProject('455x34dfkj') .setLocale('en');appwrite // Register User .account.create('unique()', '[email protected]', 'password') .then(function (response) { console.log(response); }, function (error) { console.log(error); }); Join Our Growing Developer Community twitter.com/appwrite github.com/appwrite appwrite.io/discord +21,200 Stars +2,500 Forks +4,300 Pull Requests +10,400 Commits Integrate with Your Favorite Technologies Cross-platform and language agnostic. Designed to work well from your frontend or backend. Stay up to Date with All the Latest News and Announcements Subscribe for Updates Install Appwrite Appwrite is a self hosted backend as a service. You can easily install it by using Docker and copy-pasting the command line below. Unix docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ appwrite/appwrite:0.13.4 CMD docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ appwrite/appwrite:0.13.4 PowerShell docker run -it --rm , --volume /var/run/docker.sock:/var/run/docker.sock , --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , --entrypoint="install" , appwrite/appwrite:0.13.4 You can also check the Appwrite advanced setup guide. Next Steps Get Started with Appwrite for Web Get Started with Appwrite for Flutter Get Started with Appwrite for Server Product Docs Installation Cloud Web Flutter Apple Android Server Features Database Authentication Storage Functions Realtime About Company Blog Community Careers Contact Logos and assets OSS Fund Store Copyright © 2022 Appwrite • Version 0.12.18.304 Status Security Terms Privacy Cookies