Code Monkey home page Code Monkey logo

chandra-prakash-reddy / user_registry_ui Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 51 KB

UserInterface for Accessing Employees Data with CRUD operations enabled on data with CI/CD powered by azure devops

License: MIT License

Batchfile 2.76% HTML 59.16% CSS 2.87% JavaScript 32.66% Shell 1.83% Dockerfile 0.72%
userinterface docker fullstackapplication restapi-example restapi azure-devops azurepipeline azure-pipline-example employee-registry-frontend

user_registry_ui's Introduction

employee_registry_frontend Build Status

UserInterface for Accessing Employees Data with CRUD operations enabled on data

prerequisites

Windows Run

  • move to project root directory
  • run npm install
  • run start.bat <employee_registry_backed_host:port> <current_host>
    • example: start.bat localhost:7878 localhost 8000

Linux Run

  • move to project root directory
  • run npm install
  • run ./start.sh <employee_registry_backed_host:port> <current_host>
    • example: ./start.sh localhost:7878 localhost 8000

Docker Run

  • docker run command :

    • docker run -e SERVICE_HOST_PORT=<service_host_port> -e HOST=<host> -e PORT=<port> -p <port>:<port> --name <container_name> chandraprakashreddy/applications:employee-registry-ui-v1.01
  • environment variables :

    • SERVICE_HOST_PORT : hostname and port number of backend services
      • example:- SERVICE_HOST_PORT=localhost:8080
    • HOST : hostname to ui hosted on
      • example :- HOST=localhost
    • PORT : portnumber for ui to run process
      • example :- PORT=8001
  • run arguments :

    • <port> : specify the port number on which process should run
    • <container_name>: provide the container name
  • note : port mapping should be same -p <port>:<port> example :- -p 8001:8001

verify

License

This project is licensed under the MIT License - see the License for details

user_registry_ui's People

Contributors

chandra-prakash-reddy avatar

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.