{"id":18930376,"url":"https://github.com/mitocgroup/deep-microservices-root-react","last_synced_at":"2026-03-16T23:30:17.480Z","repository":{"id":143629461,"uuid":"54993136","full_name":"MitocGroup/deep-microservices-root-react","owner":"MitocGroup","description":"Root React Microservice built on top of DEEP Framework and published in DEEP Marketplace","archived":false,"fork":false,"pushed_at":"2017-09-13T07:42:02.000Z","size":649,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-12-31T19:41:54.618Z","etag":null,"topics":["cloud-native","deep-framework","full-stack","javascript","react","serverless"],"latest_commit_sha":null,"homepage":null,"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-29T16:46:50.000Z","updated_at":"2019-07-15T23:15:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"740cc51e-aabe-4ffc-9e9c-9b628f62260b","html_url":"https://github.com/MitocGroup/deep-microservices-root-react","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-root-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fdeep-microservices-root-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fdeep-microservices-root-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fdeep-microservices-root-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MitocGroup","download_url":"https://codeload.github.com/MitocGroup/deep-microservices-root-react/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","javascript","react","serverless"],"created_at":"2024-11-08T11:37:26.028Z","updated_at":"2026-03-16T23:30:17.408Z","avatar_url":"https://github.com/MitocGroup.png","language":"JavaScript","readme":"deep-microservices-root-react\n=============================\n\n[![Build Status](https://travis-ci.org/MitocGroup/deep-microservices-root-react.svg?branch=master)](https://travis-ci.org/MitocGroup/deep-microservices-root-react)\n[![Test Coverage](https://codeclimate.com/github/MitocGroup/deep-microservices-root-react/badges/coverage.svg?maxAge=0)](https://codeclimate.com/github/MitocGroup/deep-microservices-root-react)\n\ndeep-microservices-root-react is the fundamental building block used by cloud-native web applications\nbuilt on top of [DEEP Framework](https://github.com/MitocGroup/deep-framework) and\n[React](https://facebook.github.io/react). This microservice provides the root structure of the web application \nthat is developed using React framework and react-router module.\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-todomvc ~/deep-microservices-todomvc\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-todomvc` by executing\n`mkdir ~/deep-microservices-todomvc \u0026\u0026 cd ~/deep-microservices-todomvc` before `deepify install`.\n\n### Step 3. Run Microservice(s) in Development\n\n```bash\ndeepify server ~/deep-microservices-todomvc -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-todomvc running locally.\n\n### Step 4. Run Microservice(s) in Production\n\n```bash\ndeepify deploy ~/deep-microservices-todomvc\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-todomvc\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-root-react?\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-root-react?\n\n- Contributing: https://github.com/MitocGroup/deep-microservices-root-react/blob/master/CONTRIBUTING.md\n- Issue tracker: https://github.com/MitocGroup/deep-microservices-root-react/issues\n- Releases: https://github.com/MitocGroup/deep-microservices-root-react/releases\n- Roadmap: https://github.com/MitocGroup/deep-microservices-root-react/blob/master/ROADMAP.md\n\nLooking for web applications that use (or are similar to) deep-microservices-root-react?\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-root-react/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-root-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitocgroup%2Fdeep-microservices-root-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitocgroup%2Fdeep-microservices-root-react/lists"}