Achievements-as-a-service
- Python 94.3%
- HTML 4.3%
- Dockerfile 0.9%
- Mako 0.5%
| .idea | ||
| .media | ||
| .vscode | ||
| impressive_strawberry | ||
| .dockerignore | ||
| .env.testing | ||
| .gitignore | ||
| .pylintrc | ||
| alembic.ini | ||
| compose.yml | ||
| Dockerfile | ||
| LICENSE.txt | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| strawberry.iml | ||
Impressive Strawberry
Achievements-as-a-service
Caution
This project is not currently in development.
It remains published here for historical and archival purposes.
Links
Tools
Packaging
Documentation
Development
Installation
Use the provided Docker image, configuring the following environment variables:
| Variable | Description |
|---|---|
IS_DB_URI |
SQLAlchemy engine URL to use to select the database. |
IS_WEB_HOST |
Host to bind the webserver to. |
IS_WEB_PORT |
TCP port to bind the webserver to. |
IS_SECRET |
Secret used for administration tasks. |
CORS_ALLOW_ORIGINS |
Origins to return in the Access-Control-Allow-Origins header. |