{"id":19607875,"url":"https://github.com/bluecap-se/minime","last_synced_at":"2026-04-10T04:43:47.372Z","repository":{"id":41946889,"uuid":"138296596","full_name":"bluecap-se/minime","owner":"bluecap-se","description":"Link shortener app","archived":false,"fork":false,"pushed_at":"2023-07-19T23:42:59.000Z","size":1616,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T17:14:59.909Z","etag":null,"topics":["aws","django","docker","drf","kubernetes","postgresql","python","reactjs","redis","terraform"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluecap-se.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-22T11:47:48.000Z","updated_at":"2022-11-25T16:05:47.000Z","dependencies_parsed_at":"2024-11-11T10:12:50.917Z","dependency_job_id":"ead2afe8-582e-4d05-99fe-7a621e8c0d9d","html_url":"https://github.com/bluecap-se/minime","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/bluecap-se/minime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluecap-se%2Fminime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluecap-se%2Fminime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluecap-se%2Fminime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluecap-se%2Fminime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluecap-se","download_url":"https://codeload.github.com/bluecap-se/minime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluecap-se%2Fminime/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639569,"owners_count":24119780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","django","docker","drf","kubernetes","postgresql","python","reactjs","redis","terraform"],"created_at":"2024-11-11T10:12:45.535Z","updated_at":"2025-12-30T19:54:17.839Z","avatar_url":"https://github.com/bluecap-se.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniMe\n\n[![Backend](https://github.com/bluecap-se/minime/actions/workflows/backend.yml/badge.svg)](https://github.com/bluecap-se/minime/actions/workflows/backend.yml)\n[![Frontend](https://github.com/bluecap-se/minime/actions/workflows/frontend.yml/badge.svg)](https://github.com/bluecap-se/minime/actions/workflows/frontend.yml)\n![Status](https://img.shields.io/badge/status-stable-brightgreen.svg)\n[![Coverage Status](https://coveralls.io/repos/github/bluecap-se/minime/badge.svg?branch=develop\u0026gh)](https://coveralls.io/github/bluecap-se/minime?branch=develop)\n![PyPI - Python Version](https://img.shields.io/badge/python-3.11-blue.svg)\n[![Docker pulls](https://img.shields.io/docker/pulls/bluecap/minime)](https://hub.docker.com/r/bluecap/minime)\n![Platform](https://img.shields.io/badge/platform-win%20%7C%20lin%20%7C%20osx-lightgrey.svg)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bluecap-se/minime/blob/master/LICENSE)\n\nThe last link shortener you'll ever need.\n\n## Get started\n\n### Run with Docker\n\nMinime can run with [Docker](https://www.docker.com) compose, to set up follow these steps:\n\n```\n$ git clone git@github.com:bluecap-se/minime.git \u0026\u0026 cd \"$_\"\n$ make docker-run\n$ open http://127.0.0.1:8000\n```\n\n### Run with Kubernetes\n\nMinime can run with [Kubernetes](https://kubernetes.io), to set up follow these steps:\n\n```\n$ git clone git@github.com:bluecap-se/minime.git \u0026\u0026 cd \"$_\"\n$ minikube start\n$ make infra-k8s-apply\n$ open `minikube service app --url`\n```\n\n## Deployment\n\n### AWS ECS\n\nMinime can be deployed on AWS ECS using [Terraform](https://www.terraform.io).\n\n```\n$ make infra-init\n```\n\nThen apply the changes with:\n\n```\n$ make infra-apply\n```\n\n### Kubernetes\n\nMinime can be deployed to any [Kubernetes](https://kubernetes.io) cluster.\nFirst, set up your cluster and point it to kubectl. Then run:\n\n```\n$ make infra-k8s-apply\n```\n\n## Environment variables\n\nThese environment variables are available:\n\n| Variable          | Description                  | Default   |\n| ----------------- | ---------------------------- | --------- |\n| ALLOWED_HOSTS     | Set to your domain           | Localhost |\n| DJANGO_DEBUG      | Debug mode                   | False     |\n| DJANGO_SECRET_KEY | Secret key                   | Change!   |\n| DJT_ENABLED       | Show Django Debug Toolbar?   | False     |\n| DATABASE_URL      | URL to database              | SQLite    |\n| REDIS_URL         | URL to redis                 | Memory    |\n| SENTRY_DSN        | URL to Sentry error tracking | None      |\n\n## Run tests\n\nRun the tests in docker container:\n\n```\n$ docker exec mini_app make test\n```\n\n### Test coverage\n\n```\n$ docker exec mini_app make test-coverage\n$ open htmlcov/index.html\n```\n\n## License\n\nPublished under [MIT License](https://github.com/bluecap-se/minime/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluecap-se%2Fminime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluecap-se%2Fminime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluecap-se%2Fminime/lists"}