Member-only story
Building a Location-Based App with Appwrite
During my time on the Appwrite discord server, I’ve seen a handful of people ask about how to use Appwrite to create an app using GPS coordinates considering Appwrite doesn’t have geo queries yet. Although I had some ideas for how this could be implemented, I found the opportunity to tackle this problem during the Appwrite Hackathon on Dev with Places. Read on for details on how Places is designed and architected.
Overview
Places has 2 types of users:
- Unauthenticated
- Authenticated
Unauthenticated users should be able to:
- View places on the map
- View comments on a place
- View photos on a place
Authenticated users should be able to do everything unauthenticated users can do as well as:
- Add a place
- Add a comment on a place
- Add a photo on a place