Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WelcometoMyGarden/welcometomygarden
Web app of Welcome To My Garden, a not-for-profit network of citizens offering free camping spots in their gardens to slow travellers.
https://github.com/WelcometoMyGarden/welcometomygarden
Last synced: about 2 months ago
JSON representation
Web app of Welcome To My Garden, a not-for-profit network of citizens offering free camping spots in their gardens to slow travellers.
- Host: GitHub
- URL: https://github.com/WelcometoMyGarden/welcometomygarden
- Owner: WelcometoMyGarden
- License: agpl-3.0
- Created: 2020-04-24T07:30:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T14:35:21.000Z (3 months ago)
- Last Synced: 2024-10-30T05:42:01.317Z (3 months ago)
- Language: Svelte
- Homepage: https://welcometomygarden.org
- Size: 69.2 MB
- Stars: 107
- Watchers: 7
- Forks: 16
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - WelcometoMyGarden/welcometomygarden - Web app of Welcome To My Garden, a not-for-profit network of citizens offering free camping spots in their gardens to slow travellers. (others)
README
# Welcome To My Garden ![GitHub](https://img.shields.io/github/license/welcometomygarden/welcometomygarden?label=License)
This repository houses the front-end and back-end application code of [Welcome To My Garden](https://welcometomygarden.org).
WTMG has a frontend (./) built with [SvelteKit](https://kit.svelte.dev/), and a backend (./api) largely on built on [Firebase](https://firebase.google.com/docs).
The backend integrates with SendGrid (email), Stripe (subscriptions for our membership program), and with a Supabase PostgreSQL replica (for more advanced queries that Firestore can't handle).
## Contributing
Problems & bug reports are welcome in [Issues](https://github.com/WelcometoMyGarden/welcometomygarden/issues).
For other contributions, check [CONTRIBUTING.md](./CONTRIBUTING.md) first.