Everlag / preordain-backend

backend for preorda.in
Other
1 stars 0 forks source link
backend deprecated magic-the-gathering scraping

preordain-backend

This powers the backend over at preorda.in.

Organization

This repo is organized into several distinct areas.

Dependencies between major sections are avoided. Additionally, avoid co-dependencies between subsections of major branches; move them to common.

Deployment

All packages have a number of environment variables which allow consolidating common resource dependencies. These include SETLIST, MTGJSON, and others.

Each package is standardized around assuming that any unset environment variable means the current working directory. This is useful for development but obviously goes against best practices in production.