A website for people interested in turning their lawns into food gardens. See the website.
The repo is split up into a number of packages -
- dig-it-web The https://www.dig-it.earth web client
- @dig-it/api An http server with GraphQL and REST endpoints
- @dig-it/dev A collection of cli tools and build scripts used across repo packages
- @dig-it/env A typed Node environment instance used across repo packages
- @dig-it/library A collection of common functions, types, and references used across frontend and backend repo packages
- @dig-it/models The definitions for database models and PostgreSQL connection instance
- @dig-it/roots A collection of JSON sources that are used across repo packages
API test -
curl -L -X GET 'https://api.dig-it.earth'