https://github.com/ryghub/impressive-strawberry
Achievements-as-a-service
https://github.com/ryghub/impressive-strawberry
achievements fastapi sqlalchemy strawberry-achievements
Last synced: 4 months ago
JSON representation
Achievements-as-a-service
- Host: GitHub
- URL: https://github.com/ryghub/impressive-strawberry
- Owner: RYGhub
- License: agpl-3.0
- Created: 2021-11-09T17:30:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T06:49:53.000Z (over 2 years ago)
- Last Synced: 2025-08-24T23:23:38.106Z (10 months ago)
- Topics: achievements, fastapi, sqlalchemy, strawberry-achievements
- Language: Python
- Homepage:
- Size: 3.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Impressive Strawberry
Achievement-as-a-service
> [!Caution]
>
> Development on this project is inactive.
>
> Its dependencies are outdated and likely to have security vulnerabilities.
>
> **Do not make accessible to the public Internet as-is!**
## 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. |
## Roadmap
The roadmap is published [on GitHub Projects](https://github.com/orgs/RYGhub/projects/1/views/1).