Giter Site home page Giter Site logo

lholmquist / rhoar-nodejs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rhoar-shootout/rhoar-nodejs

0.0 2.0 0.0 122 KB

A Node.js Implementation Of The Elizabethan Insult Microservices Demo

License: Other

JavaScript 56.56% Shell 2.34% HTML 41.10%

rhoar-nodejs's Introduction

RHOAR Shootout - Node.js

This repository contains the code for a simple application which creates Elizabethan insults. There are three services.

  • The adjective service which exposes GET /api/adjective, returning a JSON object containing an antiquated adjective
  • The noun serivce which exposes GET /api/noun, returning a JSON object containing a colorfully descriptive noun
  • The insult service which exposes GET /api/insult, returning a JSON object containing an Elizabethan style insult composed of the aforementioned adjectives and nouns

The insult service also provides a simple HTTP front end at GET /.

Running the Application

Localhost

Execute the localhost.sh script. It will install all of the dependencies and start each service on a separate port on the local system.

$ ./localhost.sh

OpenShift

This application should work on any current OpenShift instance. It has been developed and tested using minishift. Whatever the OpenShift instance is, you need to be logged in to deploy.

$ minishift start --vm-driver=virtualbox --memory=4096 --cpus=2
$ oc login -u developer

Then you can run the deploy.sh script.

$ ./deploy.sh

Each service uses the nodeshift CLI to deploy to OpenShift.

rhoar-nodejs's People

Watchers

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