1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00
Go to file
2019-08-01 15:30:01 +03:00
app Updated node dependencies 2019-08-01 15:30:01 +03:00
docker Upgraded PHP version from 7.2 to 7.3 2019-07-29 07:49:31 +03:00
public Updated templates to relative paths 2019-07-31 23:35:42 +03:00
src Improved fulltext search performance 2019-07-29 07:50:10 +03:00
storage Updated .gitignore 2019-06-09 21:25:04 +03:00
.dockerignore Added source code 2019-05-09 09:54:42 +03:00
.gitignore Updated .gitignore 2019-06-09 21:24:38 +03:00
build.sh Added source code 2019-05-09 09:54:42 +03:00
CHANGES Added change log file 2019-05-12 09:37:44 +03:00
composer.json Updated package name 2019-07-30 08:38:38 +03:00
composer.lock Moved robots.txt, humans.txt and manifest.json to app.php 2019-07-30 10:54:12 +03:00
docker-compose.yml Updated mariadb container image 2019-07-31 16:04:08 +03:00
docker-stack.yml Exported ClamAV client to 3rd party package 2019-05-11 18:30:53 +03:00
Dockerfile Updated docker label 2019-07-31 22:39:31 +03:00
gulpfile.js Added form to JSON service 2019-05-12 21:15:19 +03:00
LICENSE Updated LICENSE 2019-05-12 08:00:06 +03:00
package-lock.json Updated node dependencies 2019-08-01 15:30:01 +03:00
package.json Updated node dependencies 2019-08-01 15:30:01 +03:00
phpunit.xml Added source code 2019-05-09 09:54:42 +03:00
README.md Update 2019-06-06 12:28:48 +03:00

Appwrite Logo

Simple Backend Server for your [Vue / Angular / React / iOS / Android / Flutter / *ANY*] Frontend App

Chat With Us


WORK IN PROGRESS - NOT READY FOR USAGE


Appwrite is a simple to use backend for frontend and mobile apps. Appwrite provides client side (and server) developers with a set of REST APIs to speed up app development time.

Using Appwrite you can easily manage user authentication with multiple sign-in methods, database for storing and querying user and teams data, storage and file management, image manipulation and cropping, scheduled cron tasks and many other features to help you get more results in faster times and with a lot less code.

Appwrite

Installation

Appwrite backend server is designed to run in a container environment. Running your server is as easy as running one command from your terminal. You can run Appwrite on your localhost using docker-compose or on any other container orchestration tool like Kubernetes, Docker Swarm or Rancher.

The easiest way to start running your Appwrite server is by running our docker compose file:

mkdir appwrite
    && cd appwrite
    && curl -o docker-compose.yml https://raw.githubusercontent.com/appwrite/appwrite/master/docker-compose.yml
    && docker-compose up -d --remove-orphans

Getting Started

Getting started with Appwrite is as easy as creating a new project, choosing your platform and integrating its SDK in your code. You can esily get started with your platform of choice by reading one of our getting started tutorials.

Services

Service Description Tutotrials Docs
Auth Manage user authentication using multiple signin methods and account recovery. API References
Account Manage current user account. Track and manage the user sessions, devices and security audit log. API References
Users Manage and list all project users when in admin mode. API References
Teams Manage and group users in teams. Manage memebrships, invites and users roles within a team. API References
Database Manage database collections and document. Read, create, update and delete documents and filter lists of documents colllections using advanced filter with graph like capebilities. API References
Storage Manage storage files. Read, create, delete and preview files. Manipulate your files preview to fit your app perfectly. All files are scaned by ClamAV and stored in a secure and encrypted way. API References
Localisation Track users location, and manage your app locale based data. API References
Avatars Manage your users avatars, countries flags, browser icons, credit card symbols and generate QR codes. API References

SDKs

Currently we are supporting a few SDK libraries and we are constantly working on adding new ones.

Below is a list of currently supported platforms and languages. If you wish to help us add support to your platform of choice you can go over to our SDK Generator project and view our contribution guide.

Framework Language / Platform Maintainers Official?
[ANY] PHP Appwrite Team
[ANY] Javascript Appwrite Team
[ANY] Ruby Appwrite Team
[ANY] Python Appwrite Team
[ANY] Node JS Appwrite Team

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

For security issues, please email security@appwrite.io instead of posting a public issue in GitHub.