Skip to content

stnguyen90/places

Repository files navigation

Places

This app allows users to add comments and photos to locations on a map.

Getting Started

Appwrite

The following steps use the Appwrite CLI to set up Appwrite.

  1. Create the project via the Appwrite Admin Console
    • Name: Places
  2. Copy the appwrite.json.default to appwrite.json
  3. Replace the projectId with your project ID
  4. Push the collections
    • appwrite push collection
  5. Push the functions
    • appwrite push function
  6. Push the storage buckets
    • appwrite push bucket

Places App

  1. Copy the .env to .env.local
  2. Fill in the values in .env.local
  3. Start the app:
    • npm i && npm start

Languages