Needs advice
Appwrite is a new open-source, end to end backend server for frontend and mobile developers that allows you to build apps a lot faster. Appwrite goal is to abstract and simplifies common development tasks behind REST APIs and tools to help developers build advanced apps way faster.
Appwrite server is packaged as a docker container which you can easily set up using a simple docker-compose command from your terminal on either your local machine or cloud provider.
mkdir appwrite-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml && \
docker-compose up -d --remove-orphans
You can learn more about Appwrite at the official GitHub repository (https://github.com/appwrite/appwrite) or on the official docs website: (https://appwrite.io/docs)
0 views0