All Projects → mu-majid → Microservices-Nodejs-React

mu-majid / Microservices-Nodejs-React

Licence: other
Applying Microservices Architecture using nodejs, MongoDB, redis, and handling async communication using nats. Deploying all these in a kubernetes cluster hosted on gcp.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Microservices-Nodejs-React

Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+14811.11%)
Mutual labels:  digitalocean, gcp
Porter
Kubernetes powered PaaS that runs in your own cloud.
Stars: ✭ 498 (+2666.67%)
Mutual labels:  digitalocean, gcp
Firebase Gcp Examples
🔥 Firebase app architectures, languages, tools & some GCP things! React w Next.js, Svelte w Sapper, Cloud Functions, Cloud Run.
Stars: ✭ 470 (+2511.11%)
Mutual labels:  nextjs, gcp
cloud-detect
Module that determines a host's cloud provider.
Stars: ✭ 28 (+55.56%)
Mutual labels:  digitalocean, gcp
warp
WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本
Stars: ✭ 950 (+5177.78%)
Mutual labels:  digitalocean, gcp
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+6188.89%)
Mutual labels:  digitalocean, gcp
offensive-docker-vps
Create a VPS on Google Cloud Platform or Digital Ocean easily with Offensive Docker included to launch assessment to the targets.
Stars: ✭ 66 (+266.67%)
Mutual labels:  digitalocean, gcp
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+466.67%)
Mutual labels:  digitalocean, gcp
webping.cloud
Test your network latency to the nearest cloud provider in AWS, Azure, GCP, Alibaba Cloud, IBM Cloud, Oracle Cloud and DigitalOcean directly from your browser.
Stars: ✭ 60 (+233.33%)
Mutual labels:  digitalocean, gcp
img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (+50%)
Mutual labels:  digitalocean, gcp
RocketLaunches
Rocket launches, a simple site to let you know what is the next rocket launch.
Stars: ✭ 13 (-27.78%)
Mutual labels:  nextjs
steampipe-plugin-gcp
Use SQL to instantly query GCP resources across regions, projects and organizations. Open source CLI. No DB required.
Stars: ✭ 12 (-33.33%)
Mutual labels:  gcp
Personal-Site-Gourav.io
My personal site & blog made with NextJS, Typescript, MDX, Tailwind CSS. Deployed on Vercel : https://gourav.io
Stars: ✭ 64 (+255.56%)
Mutual labels:  nextjs
carloscuesta.me
The source of my website 🌍
Stars: ✭ 38 (+111.11%)
Mutual labels:  nextjs
jeffjadulco.com
👽 Personal website running on Next.js
Stars: ✭ 54 (+200%)
Mutual labels:  nextjs
snipcart-nextjs
Demo code for a Next.js e-commerce app powered by Snipcart
Stars: ✭ 116 (+544.44%)
Mutual labels:  nextjs
Kobra
Kobra is a visual programming language (like Scratch) for Machine Learning (currently under active development).
Stars: ✭ 223 (+1138.89%)
Mutual labels:  nextjs
restme
Template to bootstrap a fully functional, multi-region, REST service on GCP with a developer release pipeline.
Stars: ✭ 19 (+5.56%)
Mutual labels:  gcp
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+111.11%)
Mutual labels:  gcp
uploading-files-react-node
Uploading files with React.js and Node.js
Stars: ✭ 33 (+83.33%)
Mutual labels:  nextjs

Repo Overview

  • Notes collected are from the course and my own research.

Projects :

  • There is a read me file inside each project with useful notes about implementation decisions made.

  • blog : Simple appliction only using nodejs and k8s without db just to demonstrate the idea behind microservices and how they communicate in a k8s env.

  • GitTix : a clone to stubhub project, using Next.JS, Node.JS, MongoDB, redis, and Nats for communication between different services. And all these services are running in kubernetes cluster hosted on google cloud platform.

In this Repo, I will use a variety of technologies.

  • On the frontend, we'll use React and Next JS to present content to users. Each service is created using Node and Express.

  • Data for each service is held in either a Mongo database or Redis.

  • The entire app is deployed and runs in Docker containers executed in a Kubernetes cluster.

  • Finally, almost all of the code written in Typescript.

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].