GithubHelp home page GithubHelp logo

check-ins's Introduction

Quality gate Gradle Build - Develop

Check-ins

This web application is written in Micronaut for uploading files and tracking skill set of team members. This application will also be used for PDL checkins and to auto-generate resumes from the skill set.

Project Links

Project Document: *TBA*

Project Board: Board

Environments: *TBA*

Setup

There are two files required to run the application successfully. Both of which must be created and placed in src/main/resources/secrets

directory.json

This is a simple JSON file containing the identifier for the Google Drive folder into which the uploaded files are to be deposited.

{
    "upload-directory-id": "GOOGLE_DRIVE_FOLDER_ID"
}

credentials.json

This JSON file should create the generated credentials for a service account that has access to write to the identified Google Drive folder. Information on configuring GCP service account credentials can be found here.

Note: Be sure that the target Google Drive folder has edit access granted to the service account.

Running the application

Installs

Building

  1. Start the database in a Docker container by running docker-compose up in a terminal.
  2. In a different terminal, execute the following commands :
    • On Bash/Zsh -

      $ OAUTH_CLIENT_ID=<Insert_Client_ID> OAUTH_CLIENT_SECRET=<Insert_Client_Secret> MICRONAUT_ENVIRONMENTS=local ./gradlew build
      $ ./gradlew assemble
      $ OAUTH_CLIENT_ID=<Insert_Client_ID> OAUTH_CLIENT_SECRET=<Insert_Client_Secret> MICRONAUT_ENVIRONMENTS=local ./gradlew run
    • On Powershell/Command-Line - Set the following environment variables -

      MICRONAUT_ENVIRONMENTS=local
      OAUTH_CLIENT_ID=<Client_ID>
      OAUTH_CLIENT_SECRET=<Client_Secret>

      Build and run the application -

      $ gradlew build
      $ gradlew assemble
      $ gradlew run
  3. Open the browser to run the application at http://localhost:8080
  4. Access swagger-UI at - http://localhost:8080/swagger-ui

Contributing

Contributing

check-ins's People

Contributors

bagurp avatar bhatiam12 avatar chrismckiernan avatar dependabot[bot] avatar drewsmith1730 avatar hwilliams314 avatar jahanner avatar jorwalk avatar maroju100 avatar meyerinj avatar mkimberlin avatar mvolkmann avatar tajr87 avatar warnerj-oci avatar zsbrown97 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.