Coder Social home page Coder Social logo

vlsidlyarevich / unity Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 3.0 4.08 MB

Angular based Human resourse analysing tool

License: Apache License 2.0

Java 47.33% HTML 12.08% JavaScript 5.68% CSS 14.58% TypeScript 20.33%
java-8 maven spring-boot spring-security jwt-authentication spring-social oauth2 twitter-api github-api linkedin-api

unity's Introduction

Unity

Build Status Dependency Status Coverage Status

Angular 5 and Java based Human resourse analysing tool


Features:
  • Git data analysis
  • LinkedIn profiles analysis
  • Twitter profile analysis
  • Analysing results caching
  • Json Web Token based Security
  • Social Registration and login (Twitter, Facebook)

Technologies:

Takari maven wrapper is used. If you don't have installed maven, or you don't want to install it, just type ./mvnw clean install.


Getting mongo

You can download and install mongo following instructions from official site Or you can create and run docker image. Type following commands in additional/docker/mongo folder.

  • docker build -t mongo .
  • docker run -p 27017:27017 --name mongodb -d mongo

Running the backend

  • cd server
  • mvn clean install
  • java -jar target/*.jar

Important! If you want to run backend from Idea, you should choose working directory in run configuration as ./server folder.

Running the client

  • cd client
  • npm run dev-local

Debugging the application

  • mvn clean install
  • java -Xdebug -Xrunjdwp:transport=dt_socket,address=50000,server=y -jar target/*.jar

Api reference

Import postman json file to your Postman rest client

unity's People

Contributors

solairerove avatar vlsidlyarevich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

solairerove

unity's Issues

#34 - ui: fix header

use this return $location.path().indexOf(viewLocation) == 0; to set active header tabs when parameter in url

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.