Overview of My Submission
Appwrite is an opensource backend that can use as web and mobile backend since it's already packed with developer must-use features e.g. account, database, object store which enough to develop an application for these days.
The first step installs the Appwrite backend ...
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/install/appwrite:rw \
-e version=0.6.1 \
appwrite/install
My application have 5 functions
- Login
- List note
- Create note
- Edit note
- Delete note
Submission Category:
Wacky Wildcards
Top comments (0)