Git Product home page Git Product logo

cnat-web-app's Introduction

CNAT Web App

This microservice is the front end of the application. It provides an intuitive way of managing and displaying trackers and trackers data for the user.

The Web App itself only deals with creating and displaying the UI. When the application loads on the web browser, it populates dynamic data by making REST API calls to the API Gateway. The Web App is served on the same origin as the API Gateway.

Deployment

  • Using NPM:

    npm start
  • Using Docker:

    docker build -t cnat-web-app .
    docker run --name some-cnat-web-app -dp 80:80 \
      cnat-web-app
  • Using Kubernetes:

    First create the Docker image, then run:

    kubectl -f apply k8s/k8s-cnat-web-app.yaml

cnat-web-app's People

Contributors

eypiem avatar

Stargazers

 avatar

Watchers

 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.