Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 900 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 900 Bytes

Impressive Strawberry

A web API that allowing applications to manage achievements which can be unlocked by their users

Links

PyPIWebsite

Installation

Use the provided Docker image, configuring the following environment variables:

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.

Roadmap

The roadmap is published on GitHub Projects.