{"id":18349299,"url":"https://github.com/bootstrap-academy/challenges-ms","last_synced_at":"2025-04-06T09:32:01.715Z","repository":{"id":207174995,"uuid":"615096794","full_name":"Bootstrap-Academy/challenges-ms","owner":"Bootstrap-Academy","description":"The official challenges microservice of Bootstrap Academy - Learn Computer Science Online","archived":false,"fork":false,"pushed_at":"2025-04-06T01:23:52.000Z","size":1023,"stargazers_count":2,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-06T02:25:55.304Z","etag":null,"topics":["academy","bootstrap-academy","hacktoberfest","rust"],"latest_commit_sha":null,"homepage":"https://bootstrap.academy","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bootstrap-Academy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-03-17T00:16:15.000Z","updated_at":"2025-02-04T14:53:29.000Z","dependencies_parsed_at":"2023-11-26T23:26:39.032Z","dependency_job_id":"7a78fb91-6fe3-401c-9b45-bfc644ba11c2","html_url":"https://github.com/Bootstrap-Academy/challenges-ms","commit_stats":null,"previous_names":["bootstrap-academy/challenges-ms"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bootstrap-Academy%2Fchallenges-ms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bootstrap-Academy%2Fchallenges-ms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bootstrap-Academy%2Fchallenges-ms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bootstrap-Academy%2Fchallenges-ms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bootstrap-Academy","download_url":"https://codeload.github.com/Bootstrap-Academy/challenges-ms/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463745,"owners_count":20942935,"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","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":["academy","bootstrap-academy","hacktoberfest","rust"],"created_at":"2024-11-05T21:21:28.575Z","updated_at":"2025-04-06T09:32:00.794Z","avatar_url":"https://github.com/Bootstrap-Academy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![check](https://github.com/Bootstrap-Academy/challenges-ms/actions/workflows/check.yml/badge.svg)](https://github.com/Bootstrap-Academy/challenges-ms/actions/workflows/check.yml)\n[![test](https://github.com/Bootstrap-Academy/challenges-ms/actions/workflows/test.yml/badge.svg)](https://github.com/Bootstrap-Academy/challenges-ms/actions/workflows/test.yml)\n[![build](https://github.com/Bootstrap-Academy/challenges-ms/actions/workflows/build.yml/badge.svg)](https://github.com/Bootstrap-Academy/challenges-ms/actions/workflows/build.yml) \u003c!--\nhttps://app.codecov.io/gh/Bootstrap-Academy/challenges-ms/settings/badge\n[![codecov](https://codecov.io/gh/Bootstrap-Academy/challenges-ms/branch/develop/graph/badge.svg?token=changeme)](https://codecov.io/gh/Bootstrap-Academy/challenges-ms) --\u003e\n![Version](https://img.shields.io/github/v/tag/Bootstrap-Academy/challenges-ms?include_prereleases\u0026label=version)\n[![dependency status](https://deps.rs/repo/github/Bootstrap-Academy/challenges-ms/status.svg)](https://deps.rs/repo/github/Bootstrap-Academy/challenges-ms)\n\n# Bootstrap Academy Challenges Microservice\nThe official challenges microservice of [Bootstrap Academy](https://bootstrap.academy/).\n\nIf you would like to submit a bug report or feature request, or are looking for general information about the project or the publicly available instances, please refer to the [Bootstrap-Academy repository](https://github.com/Bootstrap-Academy/Bootstrap-Academy).\n\n## Development Setup\n1. Install the [Rust](https://www.rust-lang.org/) stable toolchain.\n2. Clone this repository and `cd` into it.\n3. Install [Just](https://github.com/casey/just) (`cargo install just`) and [Sea-ORM](https://www.sea-ql.org/SeaORM/) (`cargo install sea-orm-cli`)\n4. Start a [PostgreSQL](https://www.postgresql.org/) database, for example using [Docker](https://www.docker.com/) or [Podman](https://podman.io/):\n    ```bash\n    podman run -d --rm \\\n        --name postgres \\\n        -p 127.0.0.1:5432:5432 \\\n        -e POSTGRES_HOST_AUTH_METHOD=trust \\\n        postgres:alpine\n    ```\n5. Create the `academy-challenges` database:\n    ```bash\n    podman exec postgres \\\n        psql -U postgres \\\n        -c 'create database \"academy-challenges\"'\n    ```\n6. Start a [Redis](https://redis.io/) instance, for example using [Docker](https://www.docker.com/) or [Podman](https://podman.io/):\n    ```bash\n    podman run -d --rm \\\n        --name redis \\\n        -p 127.0.0.1:6379:6379 \\\n        redis:alpine\n    ```\n7. Run `just migrate` to run the database migrations.\n8. Run `just run` to start the microservice. You can find the automatically generated swagger documentation on http://localhost:8005/docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootstrap-academy%2Fchallenges-ms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootstrap-academy%2Fchallenges-ms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootstrap-academy%2Fchallenges-ms/lists"}