Giter VIP home page Giter VIP logo

timetrackerclient's Introduction

Time Tracker Client Application


This application works as a front-end for the time tracking mechanism for the users. This application has two major operations.
  1. Adding a user details (email, start time, end time)
  2. Search a user with his/her email

I) Creating a docker image of the application.


Creating the docker image is integrated as a POM plugin in this application. While running MAVEN INSTALL, the Dockerfile will be read and create the docker image and push into the running docker instance.

II) Configure and run the application.


Using Command Line
__________________

i) pull the code from from github - https://github.com/bineeshbehanan/TimeTrackerClient
ii) run the MAVEN command - mvn install (we can see the new docker image is created in the running docker container)
iii) run the docker image using the command - docker run -it -p 8082:8082 <IMAGE_ID>
iv) Type http://DOCKER_CONTAINER_URL:8082 to access the application

OR

Using Eclipse
_____________

i) pull the code from from github - https://github.com/bineeshbehanan/TimeTrackerClient
ii) Import the code into eclipse as an 'Existing MAVEN project' option (under import option)
iii) Right click on the project --> Run as --> Maven Install option (we can see the new docker image is created in the running docker container)
iv) run the docker image using the command - docker run -it -p 8082:8082 <IMAGE_ID>
v) Type http://DOCKER_CONTAINER_URL:8082 to access the application

Please Note:
____________

Right now the application is configured with default docker instance URL (http://192.168.99.100:8080) for accessing the TimeTracker Image. You can modify this with other URL if required at the application.properties file.

timetrackerclient's People

Contributors

bineeshbehanan avatar

Watchers

James Cloos 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.