{"id":18930385,"url":"https://github.com/mitocgroup/deep-microservices-skeleton","last_synced_at":"2026-03-16T23:30:17.566Z","repository":{"id":143629472,"uuid":"55007857","full_name":"MitocGroup/deep-microservices-skeleton","owner":"MitocGroup","description":"Skeleton Microservice is built on top of DEEP Framework and used in DEEP Marketplace","archived":false,"fork":false,"pushed_at":"2017-06-08T18:45:07.000Z","size":2035,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-12-31T19:41:54.772Z","etag":null,"topics":["cloud-native","deep-framework","full-stack","javacsript","serverless"],"latest_commit_sha":null,"homepage":"https://github.com/MitocGroup/deep-framework","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/MitocGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-29T20:20:22.000Z","updated_at":"2023-04-22T23:15:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"4eed8fb6-fa31-40a2-8bdd-2948d14cc0d5","html_url":"https://github.com/MitocGroup/deep-microservices-skeleton","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/MitocGroup%2Fdeep-microservices-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fdeep-microservices-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fdeep-microservices-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fdeep-microservices-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MitocGroup","download_url":"https://codeload.github.com/MitocGroup/deep-microservices-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927817,"owners_count":19719835,"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":["cloud-native","deep-framework","full-stack","javacsript","serverless"],"created_at":"2024-11-08T11:37:29.922Z","updated_at":"2026-03-16T23:30:17.524Z","avatar_url":"https://github.com/MitocGroup.png","language":"JavaScript","readme":"deep-microservices-skeleton\n===========================\n\n[Repository_Badges_Placeholder]\n\n[Repository_Description_Placeholder]\n\n\n## Getting Started\n\n### Step 1. Pre-requisites\n\n- [x] [Create an Amazon Web Services account](https://www.youtube.com/watch?v=WviHsoz8yHk)\n- [x] [Configure AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)\n- [x] [Get Started - Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- [x] [JDK 8 and JRE 8 Installation Start Here](https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html)\n- [x] [Install nvm](https://github.com/creationix/nvm#install-script) and [use node v6.10+](https://github.com/creationix/nvm#usage)\n- [ ] Install DEEP CLI, also known as `deepify`:\n\n```bash\nnpm install deepify -g\n```\n\n\u003e If you want to use `deepify` on Windows, please follow the steps from\n[Windows Configuration](https://github.com/MitocGroup/deep-framework/blob/master/docs/windows.md)\nbefore running `npm install deepify -g` and make sure all `npm` and `deepify` commands are executed\ninside Git Bash.\n\n### Step 2. Install Microservice(s) Locally\n\n```bash\ndeepify install github://MitocGroup/deep-microservices-skeleton ~/deep-microservices-skeleton\n```\n\n\u003e Path parameter in all `deepify` commands is optional and if not specified, assumes current\nworking directory. Therefore you can skip `~/deep-microservices-skeleton` by executing\n`mkdir ~/deep-microservices-skeleton \u0026\u0026 cd ~/deep-microservices-skeleton` before `deepify install`.\n\n### Step 3. Run Microservice(s) in Development\n\n```bash\ndeepify server ~/deep-microservices-skeleton -o\n```\n\n\u003e When this step is finished, you can open in your browser the link *http://localhost:8000*\nand enjoy the deep-microservices-skeleton running locally.\n\n### Step 4. Deploy Microservice(s) to Production\n\n```bash\ndeepify deploy ~/deep-microservices-skeleton\n```\n\n\u003e Amazon CloudFront distribution takes up to 20 minutes to provision, therefore don’t worry\nif it returns an HTTP error in the first couple of minutes.\n\n### Step 5. Remove Microservice(s) from Production\n\n```bash\ndeepify undeploy ~/deep-microservices-skeleton\n```\n\n\u003e Amazon CloudFront distribution takes up to 20 minutes to unprovision. That's why `deepify`\ncommand checks every 30 seconds if it's disabled and when successful, removes it from your account.\n\n\n## Developer Resources\n\nHaving questions related to deep-microservices-skeleton?\n\n- Ask questions: https://stackoverflow.com/questions/tagged/deep-framework\n- Chat with us: https://mitocgroup.slack.com/messages/general\n- Send an email: feedback@mitocgroup.com\n\nInterested in contributing to deep-microservices-skeleton?\n\n- Contributing: https://github.com/MitocGroup/deep-microservices-skeleton/blob/master/CONTRIBUTING.md\n- Issue tracker: https://github.com/MitocGroup/deep-microservices-skeleton/issues\n- Releases: https://github.com/MitocGroup/deep-microservices-skeleton/releases\n- Roadmap: https://github.com/MitocGroup/deep-microservices-skeleton/blob/master/ROADMAP.md\n\nLooking for web applications that use (or are similar to) deep-microservices-skeleton?\n\n- Hello World: https://hello.deep.mg | https://github.com/MitocGroup/deep-microservices-helloworld\n- Todo App: https://todo.deep.mg | https://github.com/MitocGroup/deep-microservices-todomvc\n- AdTechMedia: https://www.adtechmedia.io | https://github.com/AdTechMedia/adtechmedia-website\n\n\n## Sponsors\n\nThis repository is being sponsored by:\n- [Mitoc Group](https://www.mitocgroup.com)\n- [AdTechMedia](https://www.adtechmedia.io)\n\nThis code can be used under MIT license:\n\u003e See [LICENSE](https://github.com/MitocGroup/deep-microservices-skeleton/blob/master/LICENSE) for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitocgroup%2Fdeep-microservices-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitocgroup%2Fdeep-microservices-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitocgroup%2Fdeep-microservices-skeleton/lists"}