Explore the map around you and find notes left by other users. Mark an important moment or your favorite place with your own note.
This project was made for Supabase's LWX Hackathon. It is made using SwiftUI and uses the new supabase-swift package to connect to the remote project.
You can test the public beta of NearbyNotes by joining the group on TestFlight!
2023-12-supabase-lwx-hackathon-video.mp4
- Authentication: sign in with your Apple account to create new notes and like other people's.
- Database: store all the notes in the PostgreSQL database.
- PostGIS + rpc: used to query all notes within a certain distance from the user (source).
- Storage: store the images attached to each note, to make them even more personal. (added after the hackathon ended)