{"id":18289396,"url":"https://github.com/catman85/termapp-node-typesript-docker-express","last_synced_at":"2025-04-05T09:31:32.929Z","repository":{"id":56488583,"uuid":"308705423","full_name":"catman85/TermApp-Node-Typesript-Docker-Express","owner":"catman85","description":"A web-based terminal app for showing covid-19 status","archived":false,"fork":false,"pushed_at":"2020-11-06T20:56:52.000Z","size":7699,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T02:21:24.614Z","etag":null,"topics":["ansii-art","covid-19","docker","expressjs","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/catman85.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=SLRQJ6XWBLDHY\u0026source=url"]}},"created_at":"2020-10-30T17:54:20.000Z","updated_at":"2022-06-04T17:31:00.000Z","dependencies_parsed_at":"2022-08-15T19:40:39.485Z","dependency_job_id":null,"html_url":"https://github.com/catman85/TermApp-Node-Typesript-Docker-Express","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catman85%2FTermApp-Node-Typesript-Docker-Express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catman85%2FTermApp-Node-Typesript-Docker-Express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catman85%2FTermApp-Node-Typesript-Docker-Express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catman85%2FTermApp-Node-Typesript-Docker-Express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catman85","download_url":"https://codeload.github.com/catman85/TermApp-Node-Typesript-Docker-Express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318232,"owners_count":20919456,"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":["ansii-art","covid-19","docker","expressjs","nodejs","typescript"],"created_at":"2024-11-05T14:06:10.792Z","updated_at":"2025-04-05T09:31:32.453Z","avatar_url":"https://github.com/catman85.png","language":"TypeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=SLRQJ6XWBLDHY\u0026source=url"],"categories":[],"sub_categories":[],"readme":"\n# A web-based terminal app for showing covid-19 status\n\n[![GitHub stars](https://img.shields.io/github/stars/catman85/TermApp-Node-Typesript-Docker-Express?style=for-the-badge)](https://github.com/catman85/TermApp-Node-Typesript-Docker-Express/stargazers) [![GitHub forks](https://img.shields.io/github/forks/catman85/TermApp-Node-Typesript-Docker-Express?style=for-the-badge)](https://github.com/catman85/TermApp-Node-Typesript-Docker-Express/network) \n![ ](https://i.imgur.com/OxklHiU.png)\n\n# 💉 It's sick 😷 Featured in [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/chubin/awesome-console-services)\n# Try it out 😎\n\n```sh\n\ncurl snf-878293.vm.okeanos.grnet.gr\n\n```\n\n![  ](https://i.imgur.com/VKI04BA.png)\n#### The visitor is geolocated and data is shown for his country.\n\n### Made with ❤️:\n\n- NodeJS\n[![forthebadge](https://forthebadge.com/images/badges/as-seen-on-tv.svg)](https://forthebadge.com)\n- TypeScript\n[![forthebadge](https://forthebadge.com/images/badges/made-with-typescript.svg)](https://forthebadge.com)\n- Docker\n[![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com)\n- ExpressJS\n [![forthebadge](https://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com)\n  \n\n## Develop locally\n\n```sh\nnpm ci\nnpm run start:dev\n```\n\n## Develop with docker\n\n##### The following command triggers the Dockerfile in the current dir and only reaches the dev stage not the prod\n\n```sh\ndocker-compose up\n```\n\n  \n\n##### Execution sequence:\n\n1. docker-compose up\n\n1. Dockerfile\n\n1. npm ci --quiet \u0026\u0026 npm run build\n\n1. npm run start:dev\n\n1. nodemon (when it detects changes-\u003e)\n\n1. ts-node \n\n1. boot.ts\n\n \n## Docker in production\n\n```sh\ndocker build -t \"docker-app\"  .\ndocker run -d -p 80:8080 --rm docker-app node build/boot.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatman85%2Ftermapp-node-typesript-docker-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatman85%2Ftermapp-node-typesript-docker-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatman85%2Ftermapp-node-typesript-docker-express/lists"}