1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00
Go to file
2020-03-25 07:12:26 +02:00
app Minor source code cleanups 2020-03-25 07:03:01 +02:00
docker Small bug fixes 2020-03-21 12:06:44 +02:00
docs Updated naming from OAuth to OAuth2 2020-02-16 13:41:03 +02:00
public Small UI fixes 2020-03-21 23:22:47 +02:00
src/Appwrite Minor source code cleanups 2020-03-25 07:03:01 +02:00
tests Added a vendor namespace to all local libs 2020-03-24 19:56:32 +02:00
.dockerignore Added docs to Appwrite container 2019-10-09 11:24:47 +03:00
.gitignore Merge branch 'master' of github.com:appwrite/appwrite into restify 2020-01-18 23:06:53 +02:00
.travis.yml Update travis PHP version 2020-01-12 08:40:04 +02:00
build.sh Updated DBIP database 2020-01-23 10:26:53 +02:00
CHANGES.md Fixed document not being unique 2020-03-21 23:10:06 +02:00
CODE_OF_CONDUCT.md Fixed Grammer and Typo 2019-10-02 15:15:34 +05:30
composer.json "downgraded" dependencies 2020-03-25 06:51:43 +02:00
composer.lock "downgraded" dependencies 2020-03-25 06:51:43 +02:00
CONTRIBUTING.md Updated naming from OAuth to OAuth2 2020-02-16 13:41:03 +02:00
docker-compose.yml Added a vendor namespace to all local libs 2020-03-24 19:56:32 +02:00
Dockerfile Small bug fixes 2020-03-21 12:06:44 +02:00
gulpfile.js Added console loading screen 2020-02-18 07:25:28 +02:00
LICENSE Updated LICENSE 2019-05-12 08:00:06 +03:00
package-lock.json Updated dev dependencies 2020-03-25 07:12:26 +02:00
package.json Updated dev dependencies 2020-03-25 07:12:26 +02:00
phpunit.xml Added Event lib unit tests 2019-12-26 12:00:29 +02:00
README.md Updated README 2020-03-22 10:52:14 +02:00
traefik.yml Updated paths 2020-02-25 10:40:28 +02:00

Appwrite Logo

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

Discord Docker Pulls Travis CI Twitter Account Follow Appwrite on StackShare

Appwrite is a simple self-hosted backend server for web and mobile developers with a shiny dashboard and a very easy-to-use REST API.

Appwrite API services aim to make developer's life a lot easier by hiding the complexity of common and repetitive software development tasks.

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

Appwrite can also integrate really well with your backend. Appwrite can word behind your own proxy facing your internal network, or alongside your own custom backend. You can use Appwrite server SDK to integrate your backend with Appwrite's APIs and webhooks.

https://appwrite.io

Appwrite

Table of Contents:

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 either 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. Before running the installation command make sure you have Docker installed on your machine:

docker run -it --rm \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    --volume "$(pwd)"/appwrite:/install/appwrite:rw \
    -e version=0.5.3 \
    appwrite/install

Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-linux native hosts, the server might take a few minutes to start after installation completes.

For advanced production and custom installation, check out our Docker environment variables docs.

Changing Port Number

In case your port 80 is already taken, change the port number in the command above. Make sure to set the correct endpoint in your selected SDK, including your new port number.

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 easily get started with your platform of choice by reading one of our Getting Started tutorials.

Services

  • Account - Manage current user authentication and account. Track and manage the user sessions, devices, sigin methods, and security logs.
  • Users - Manage and list all project users when in admin mode.
  • Teams - Manage and group users in teams. Manage memberships, invites and user roles within a team.
  • Database - Manage database collections and documents. Read, create, update and delete documents and filter lists of documents collections using an advanced filter with graph-like capabilities.
  • Storage - Manage storage files. Read, create, delete and preview files. Manipulate the preview of your files to fit your app perfectly. All files are scanned by ClamAV and stored in a secure and encrypted way.
  • Locale - Track user's location, and manage your app locale-based data.
  • Avatars - Manage your users' avatars, countries' flags, browser icons, credit card symbols and generate QR codes.

For the complete API documentation, visit https://appwrite.io/docs. For more tutorials, news and announcements check out our blog.

SDKs

Currently, we support only a few SDK libraries and are constantly working on including 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.

  • JS (Maintained by the Appwrite Team)
  • NodeJS (Maintained by the Appwrite Team)
  • PHP (Maintained by the Appwrite Team)
  • Go Work in progress (Maintained by the Appwrite Team)
  • Dart Work in progress (Maintained by the Appwrite Team)
  • Ruby - Work in progress (Maintained by the Appwrite Team)
  • Python - Work in progress (Maintained by the Appwrite Team)
  • ✳️ Looking for more SDKs? - Help us by contributing a pull request to our SDK Generator!

Security

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

Follow Us

Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our live Discord server for more help, ideas, and discussions.

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.

We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

License

This repository is available under the BSD 3-Clause License.