Skip to content
/ appwrite Public
forked from appwrite/appwrite

End to end backend server for frontend and mobile developers. ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

License

Notifications You must be signed in to change notification settings

gy741/appwrite

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Appwrite Logo

Simple Backend Server for your [Vue / Angular / React / iOS / Android / Flutter / *ANY OTHER*] 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 is completed, 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 the completion of the installation.

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 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)
  • โœ… 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, kindly email us 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:

  • ๐Ÿ‡บ๐Ÿ‡ธ Justin Dorfman (Github, Twitter)
  • ๐Ÿ‡บ๐Ÿ‡ณ 0xflotus (Github)
  • ๐Ÿ‡ณ๐Ÿ‡ด Petter Charles Redfern (Github)
  • ๐Ÿ‡ง๐Ÿ‡ท Jessรฉ Souza (Github)
  • ๐Ÿ‡ช๐Ÿ‡ธ Esther รlvarez Feijoo (Github)
  • ๐Ÿ‡ฎ๐Ÿ‡ณ Christy Jacob (Github, Linkedin)
  • ๐Ÿ‡บ๐Ÿ‡ฆ Dmitriy Danilov (Github, Twitter)
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Zeet (Github)
  • ๐Ÿ‡ซ๐Ÿ‡ฎ Pessi Pรคivรคrinne (Github)
  • ๐Ÿ‡บ๐Ÿ‡ณ Sergi Vos (Github, Twitter, Linkedin)
  • ๐Ÿ‡ฎ๐Ÿ‡ฑ Tomer Cohen (Github, Twitter)
  • ๐Ÿ‡ฌ๐Ÿ‡ท Panagiotis Skarlas (Github, Twitter)

About

End to end backend server for frontend and mobile developers. ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.4%
  • PHP 26.6%
  • HTML 7.3%
  • CSS 6.0%
  • Dart 2.0%
  • Python 1.4%
  • Other 2.3%