Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.