https://github.com/stnguyen90/places
Places
https://github.com/stnguyen90/places
appwrite location-based maps react
Last synced: 9 months ago
JSON representation
Places
- Host: GitHub
- URL: https://github.com/stnguyen90/places
- Owner: stnguyen90
- License: bsd-2-clause
- Created: 2022-05-06T23:27:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T03:59:29.000Z (about 1 year ago)
- Last Synced: 2025-05-13T04:30:45.668Z (about 1 year ago)
- Topics: appwrite, location-based, maps, react
- Language: TypeScript
- Homepage: https://places.pages.dev
- Size: 1010 KB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://appwrite.io/docs/command-line) to set up Appwrite.
1. Create the project via the Appwrite Admin Console
- Name: Places
1. Copy the `appwrite.json.default` to `appwrite.json`
1. Replace the `projectId` with your project ID
1. Push the collections
- `appwrite push collection`
1. Push the functions
- `appwrite push function`
1. Push the storage buckets
- `appwrite push bucket`
### Places App
1. Copy the `.env` to `.env.local`
1. Fill in the values in `.env.local`
1. Start the app:
- `npm i && npm start`