This app allows users to add comments and photos to locations on a map.
The following steps use the Appwrite CLI to set up Appwrite.
- Create the project via the Appwrite Admin Console
- Name: Places
- Copy the
appwrite.json.defaulttoappwrite.json - Replace the
projectIdwith your project ID - Push the collections
appwrite push collection
- Push the functions
appwrite push function
- Push the storage buckets
appwrite push bucket
- Copy the
.envto.env.local - Fill in the values in
.env.local - Start the app:
npm i && npm start