Giter VIP home page Giter VIP logo

birdsquawk-app's Introduction

BirdSquawk-App

Instructor: Kurt VanDusen, sole-member, Equational Applications LLC, Grand Rapids, MI, USA

A demonstration of Microservices using NodeJS. This demonstration app is part of the Jamstack E-Degree from Eduonix.

Jamstack E-Degree From Eduonix

Installation

  1. git clone https://github.com/equationalapplications/BirdSquawk-App/
  2. cd BirdSquawk-App/BirdSquawks-Service
  3. npm install
  4. cd ../Peeps-Service
  5. npm install
  6. cd ../Query-Service
  7. npm install
  8. cd ../front-end
  9. npm install

Set-up Environment

You will need Docker, Kubernetes, Skaffold and Ingress Nginx installed in your development environment.

Install Docker Desktop on Windows or MacOS. Install Docker on Linux.

Install Kubernetes on Linux

Install Skaffold

Install Ingress Nginx

Customize local hosts file

You will also need to customize your local hosts file to point birdsquawk-app.dev to your localhost IP address.

Windows: c:\Windows\System32\Drivers\etc\hosts

macOS and Linux: /etc/hosts

Open your hosts file and add the following line at the bottom: 127.0.0.1 birdsquawk-app.dev

Runnning the Microservices

From a terminal in the root dirctory of BirdSquawk-App, run the following command: skaffold dev

Allow time for all of the services to start and connect. Stop any pods which fail to connect. They will restart automatically.

Open your browser and navigate to http://birdsquawk-app.dev/. You may get a security warning. To bypass this in chrome, type "thisisunsafe" directly in the browser window.

birdsquawk-app's People

Contributors

equationalapplications avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.