1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00
Go to file
2019-10-01 23:12:48 +02:00
app Added hungarian translations 2019-10-01 00:43:07 +02:00
docker Updated supervisord configuration 2019-08-18 15:27:11 +03:00
docs Documentation typo fixes: ofyour→of your; camelcase→camelCase; 100X100px→100×100px 2019-09-30 23:52:53 +03:00
public refactor: code refactoring using php-cs-fixer 2019-09-30 11:43:40 +05:30
src feat: removed unused variable 2019-09-30 14:36:47 +05:30
storage fix: removed staged db files 2019-09-28 11:00:58 +05:30
tests refactor: code refactoring using php-cs-fixer 2019-09-30 11:43:40 +05:30
.dockerignore Added docker pulls 2019-08-03 12:13:43 +03:00
.gitignore Removed php cs cache file 2019-09-30 11:53:08 +03:00
.travis.yml Updated alert email 2019-09-21 19:54:18 +03:00
build.sh Updated build script 2019-08-19 11:20:02 +03:00
CHANGES.md Fixed typos 2019-09-30 16:27:05 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-08-17 10:33:48 +03:00
composer.json Faster SDK lib update 2019-09-20 09:33:24 +03:00
composer.lock Merge remote-tracking branch 'upstream/master' 2019-09-30 03:48:03 +05:30
CONTRIBUTING.md Documentation typo fix: contributers→contributors 2019-09-30 23:52:53 +03:00
docker-compose.yml revert docker compose 2019-10-01 23:12:48 +02:00
Dockerfile Fix for mkdir issue 2019-09-27 17:29:19 +03:00
gulpfile.js Removed OAuth view component 2019-09-03 11:29:32 +03:00
LICENSE Updated LICENSE 2019-05-12 08:00:06 +03:00
package-lock.json fix: removed staged db files 2019-09-28 11:00:58 +05:30
package.json Fixed signup bug 2019-09-27 00:34:32 +03:00
phpunit.xml Updated test config 2019-09-14 08:44:55 +03:00
README.md Updated credits 2019-10-01 00:18:51 +03:00

Appwrite Logo

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

Docker Pulls Chat With Us Build Status 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 aims to make developers 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, 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.

https://appwrite.io

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-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?port=80 && \
docker-compose up -d --remove-orphans

Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please notice 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

  • Auth - Manage user authentication using multiple signin methods and account recovery.
  • Account - Manage current user account. Track and manage the user sessions, devices and security audit log.
  • Users - Manage and list all project users when in admin mode.
  • Teams - Manage and group users in teams. Manage memberships, invites and users roles within a team.
  • Database - Manage database collections and document. Read, create, update and delete documents and filter lists of documents collections using advanced filter with graph like capabilities.
  • Storage - Manage storage files. Read, create, delete and preview files. Manipulate your files preview to fit your app perfectly. All files are scanned by ClamAV and stored in a secure and encrypted way.
  • Locale - Track users 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 announcments checkout our blog.

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.

  • JS (Maintained by the Appwrite Team)
  • PHP (Maintained by the Appwrite Team)
  • NodeJS (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, please email security@appwrite.io instead of posting a public issue in GitHub.

Follow Us

Join our growing commuinty around the world! Follow us on both Twitter, Facebook Page, Facebook Group or join our live Gitter community 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 really ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Credits

Created by Eldad Fux with the amazing help of our amazing contributors: