Skip to content

MitocGroup/deep-microservices-root-angular

Repository files navigation

deep-microservices-root-angular

Build Status Test Coverage

deep-microservices-root-angular is the fundamental building block used by cloud-native web applications built on top of DEEP Framework and Angular JS. This microservice provides the root structure of the web application that is developed using Angular framework and AngularUI module.

Getting Started

Step 1. Pre-requisites

npm install deepify -g

If you want to use deepify on Windows, please follow the steps from Windows Configuration before running npm install deepify -g and make sure all npm and deepify commands are executed inside Git Bash.

Step 2. Install Microservice(s) Locally

deepify install github://MitocGroup/deep-microservices-todomvc ~/deep-microservices-todomvc

Path parameter in all deepify commands is optional and if not specified, assumes current working directory. Therefore you can skip ~/deep-microservices-todomvc by executing mkdir ~/deep-microservices-todomvc && cd ~/deep-microservices-todomvc before deepify install.

Step 3. Run Microservice(s) in Development

deepify server ~/deep-microservices-todomvc -o

When this step is finished, you can open in your browser the link http://localhost:8000 and enjoy the deep-microservices-todomvc running locally.

Step 4. Deploy Microservice(s) to Production

deepify deploy ~/deep-microservices-todomvc

Amazon CloudFront distribution takes up to 20 minutes to provision, therefore don’t worry if it returns an HTTP error in the first couple of minutes.

Step 5. Remove Microservice(s) from Production

deepify undeploy ~/deep-microservices-todomvc

Amazon CloudFront distribution takes up to 20 minutes to unprovision. That's why deepify command checks every 30 seconds if it's disabled and when successful, removes it from your account.

Developer Resources

Having questions related to deep-microservices-root-angular?

Interested in contributing to deep-microservices-root-angular?

Looking for web applications that use (or are similar to) deep-microservices-root-angular?

Sponsors

This repository is being sponsored by:

This code can be used under MIT license:

See LICENSE for more details.