DEV Community

Cat Girl
Cat Girl

Posted on

3 3

Appwrite Hackathon MyApp-22'

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 
Enter fullscreen mode Exit fullscreen mode

My application have 5 functions

  1. Login
  2. List note
  3. Create note
  4. Edit note
  5. Delete note

Submission Category:

Wacky Wildcards

Link to Code

Additional Resources / Info

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Retry later
Retry later