Coder Social home page Coder Social logo

dso-challenge-app-public's Introduction

Welcome to the Alaffia DevOps Engineer Challenge!

In this challenge you are going to be assessed on your ability to stand-up infrastructure, build pipelines, and deploy containers by using the most efficient and automated means possible with the help of a wide range of tooling.

This repo contains a very simple API, written in Node, that will serve as the deployment guineau pig for your challenge.

The API serves up (2) routes:

/private - returns a JSON object that contains a hardcarded fact about dogs (who doesn't love dogs :))

/public - performs a fetch to an external API that serves up a random fact about dogs and returns a JSON object with the fact inside. Each time you hit this endpoint the fact changes.

If you are reading this you should have the high-level outcome and detailed steps needed to complete this challenge.

Best of luck!

Getting Started With the App

Installation

npm install

Running the server

npm start

Endpoints

The server exposes these endpoints:

Response Objects

[
  {
    "fact": "At the age of 4 weeks, most dogs have developed the majority of their vocalizations."
  }
]

dso-challenge-app-public's People

Contributors

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