{"id":17466438,"url":"https://github.com/mauricioromagnollo/heroes-api","last_synced_at":"2026-04-14T19:32:10.279Z","repository":{"id":50548734,"uuid":"480178333","full_name":"mauricioromagnollo/heroes-api","owner":"mauricioromagnollo","description":"🦸 A simple API built with Node.js to study infrastructure with Docker, Kubernetes, Terraform, AWS and other technologies.","archived":false,"fork":false,"pushed_at":"2023-02-24T01:34:37.000Z","size":7095,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T04:12:55.720Z","etag":null,"topics":["aws-eks","docker","kubernetes","nodejs","postgresql","sequelize","terraform"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mauricioromagnollo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-04-11T00:43:40.000Z","updated_at":"2023-02-23T22:03:22.000Z","dependencies_parsed_at":"2025-02-02T09:26:11.937Z","dependency_job_id":"510211ec-1876-48af-8c56-e34cf8afa293","html_url":"https://github.com/mauricioromagnollo/heroes-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauricioromagnollo/heroes-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fheroes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fheroes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fheroes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fheroes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricioromagnollo","download_url":"https://codeload.github.com/mauricioromagnollo/heroes-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fheroes-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-eks","docker","kubernetes","nodejs","postgresql","sequelize","terraform"],"created_at":"2024-10-18T13:25:41.319Z","updated_at":"2026-04-14T19:32:10.261Z","avatar_url":"https://github.com/mauricioromagnollo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heroes API\n\n\u003cimg\n    src=\"https://i.imgur.com/jUeBAiH.png\"\n    alt=\"Swagger Page of that application\"\n    title=\"Swagger Page of that application\" /\u003e\n\n### Requirements\n\n* Node.js v8+ or Docker and Docker Compose\n* Postgres running on local instance or Docker\n\n### Running on localMachine\n\n* Install dependencies - `npm i`\n* Run project - `npm start`\n\n### OR: Docker\n\n* `docker-compose up`\n\n### OR: Alternatives on pulling from Docker hub\n\n* Docker hub image: [mauricioromagnollo/heroes-api](https://hub.docker.com/r/mauricioromagnollo/heroes-api/)\n\n```shell\ndocker run -d -p 5432:5432 --name postgres \\\n    --env POSTGRES_PASSWORD=mysecretpassword \\\n    --env POSTGRES_DB=heroes\\\n    postgres\n```\n\n```shell\ndocker run -p 3000:3000 \\\n    --link postgres:postgres \\\n    -e POSTGRES_HOST=postgres:mysecretpassword@postgres:5432 \\\n    -e POSTGRES_DB=heroes \\\n    -e POSTGRES_SSL=false \\\n    erickwendel/nodejs-with-postgres-api-example:latest\n```\n\n### Viewing\n\n* Go to swagger page - `localhost:3000/documentation`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricioromagnollo%2Fheroes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricioromagnollo%2Fheroes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricioromagnollo%2Fheroes-api/lists"}