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.default
toappwrite.json
- Replace the
projectId
with your project ID - Push the collections
appwrite push collection
- Push the functions
appwrite push function
- Push the storage buckets
appwrite push bucket
- Copy the
.env
to.env.local
- Fill in the values in
.env.local
- Start the app:
npm i && npm start