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://welcometomygarden.org
GNU Affero General Public License v3.0
108 stars 17 forks source link

Welcome To My Garden GitHub

This repository houses the front-end and back-end application code of Welcome To My Garden.

WTMG has a frontend (./) built with SvelteKit, and a backend (./api) largely on built on Firebase.

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.

For other contributions, check CONTRIBUTING.md first.