All Projects → MitocGroup → Deep Microservices Todomvc

MitocGroup / Deep Microservices Todomvc

Todo Microservice is built on top of DEEP Framework using Microservices Architecture

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Deep Microservices Todomvc

Deep Framework
Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
Stars: ✭ 533 (+1111.36%)
Mutual labels:  serverless, cloud-native, full-stack
Apioak
Full Lifecycle Management API Gateway.
Stars: ✭ 335 (+661.36%)
Mutual labels:  serverless, cloud-native
Crossplane
Your Universal Control Plane
Stars: ✭ 4,414 (+9931.82%)
Mutual labels:  serverless, cloud-native
Eventmesh
EventMesh is a dynamic cloud-native eventing infrastruture used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.
Stars: ✭ 356 (+709.09%)
Mutual labels:  serverless, cloud-native
Booster
Booster Cloud Framework
Stars: ✭ 136 (+209.09%)
Mutual labels:  serverless, cloud-native
Spec
Open Application Model (OAM).
Stars: ✭ 2,317 (+5165.91%)
Mutual labels:  serverless, cloud-native
Midway Faas
🔱 A simple and lightweight serverless framework
Stars: ✭ 363 (+725%)
Mutual labels:  serverless, cloud-native
Threatmapper
Identify vulnerabilities in running containers, images, hosts and repositories
Stars: ✭ 361 (+720.45%)
Mutual labels:  serverless, cloud-native
Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+67788.64%)
Mutual labels:  serverless, cloud-native
Jamstack Cms
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
Stars: ✭ 702 (+1495.45%)
Mutual labels:  serverless, full-stack
Rudr
A Kubernetes implementation of the Open Application Model specification
Stars: ✭ 1,553 (+3429.55%)
Mutual labels:  serverless, cloud-native
Fission
Fast and Simple Serverless Functions for Kubernetes
Stars: ✭ 6,646 (+15004.55%)
Mutual labels:  serverless, cloud-native
Apisix Docker
the docker for Apache APISIX
Stars: ✭ 119 (+170.45%)
Mutual labels:  serverless, cloud-native
Gloo
The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy
Stars: ✭ 3,219 (+7215.91%)
Mutual labels:  serverless, cloud-native
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+17900%)
Mutual labels:  serverless, cloud-native
Cloudstate
Distributed State Management for Serverless
Stars: ✭ 709 (+1511.36%)
Mutual labels:  serverless, cloud-native
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+69986.36%)
Mutual labels:  serverless, cloud-native
Moveit
🚀 NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (-11.36%)
Mutual labels:  serverless
Findme
serverless application to find unlabelled photos of you on twitter using machine learning (tensorflow.js).
Stars: ✭ 43 (-2.27%)
Mutual labels:  serverless
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+2165.91%)
Mutual labels:  serverless

deep-microservices-todomvc

Build Status Test Coverage

deep-microservices-todomvc is a fully serverless todo-application inspired from todomvc.com. Frontend part is built on top of Angular-CLI (Angular 5), but backend is cloud-native and is managed by DEEP Framework. This repository is open sourced to show case how developers can build and deploy hassle-free cloud-native web applications using microservices architecture and serverless computing.

Pre-requisites

Make sure that you have proper software installed

Getting Started

  1. Clone repository
  2. Go to src/deep-todomvc directory
  3. Prepare backend by running npm run prepare-backend
  4. Prepare frontend by running npm run prepare-frontend
  5. Go back to src directory
  6. Run Microservice in Development mode
deepify server ./
  • During this step configure your frontend/backend parameters, set runAsApi to true in order to be able to use ng-cli for frontend development;

  • When this step is finished,

  • Enjoy the deep-microservices-todomvc running locally.

  1. Deploy Microservice to Production

After your development work is done just run (from src directory):

  • Compile backend: deepify compile prod
  • Deploy the application: deepify deploy

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.

  1. Remove Microservice from Production

In case if you want to undeploy this AWSome ;) application, just run (from src directory):

deepify undeploy 

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-todomvc?

Interested in contributing to deep-microservices-todomvc?

Sponsors

This repository is being sponsored by:

This code can be used under MIT license:

See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].