Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mat3e/taskr

Demo JHipster application for managing through Tasks
https://github.com/mat3e/taskr

demo demo-app jhipster jhipster-microservices

Last synced: about 1 month ago
JSON representation

Demo JHipster application for managing through Tasks

Awesome Lists containing this project

README

        

# TaskR
Demo JHipster application for managing by Tasks.
This is more or less a ticket system, which uses the following JHipster features:
* User Authentication and Authorization (UAA) - OAuth2 authorization server
* Integration with Consul - monitoring, service discovery (used instead of JHipster Registry)
* Docker Compose - containerization generated through `jhipster docker-compose` subgenerator
* Integration with Apache Kafka
* Angular 4, Maven, MongoDB, Cucumber, ...

## [Commit 1](https://github.com/mat3e/taskr/commit/7ce6d0b09fb76a56e40ed776cd4c459e48d63172)
App, entities and docker compose generated.

## [Commit 2](https://github.com/mat3e/taskr/commit/8be5cdc56da1e1c37bad33763ca56fa82a7d425a)
Polishing the translations :)

## [Commit 3](https://github.com/mat3e/taskr/commit/cd2cbacc8bd04eeb6f8f884b4392bef96da82e6e)
Main menu changes, less columns in tables.

## [Commit 4](https://github.com/mat3e/taskr/commit/91833ebc0059b9b37a7e7c43ebf53679b13ae93a)
Worker Microservice - secured, better forms.

## Commit 5
Task Microservice - possibility to send tasks.