Skip to content

simple backend implementation of task rabbit using jhipster lite

Notifications You must be signed in to change notification settings

bafr0w/taskrabbit-jhlite

Repository files navigation

Task Rabbit

Taskrabbit using Jhipster Lite

This project is a simple Backend implementation of the Task rabbit application. It mainly has two actors; a bidder and a tasker. One issues tasks, and the other bids to win and execute won tasks.

Node.js and NPM

Before you can build this project, you must install and configure the following dependencies on your machine:

  1. Node.js: We use Node to run a development web server and build the project. Depending on your system, you can install Node either from source or as a pre-packaged bundle.

After installing Node, you should be able to run the following command to install development tools. You will only need to run this command when dependencies change in package.json.

npm install

Local environment

Start up

./mvnw
docker compose -f src/main/docker/sonar.yml up -d
./mvnw clean verify sonar:sonar
docker compose -f src/main/docker/postgresql.yml up -d
docker compose -f src/main/docker/keycloak.yml up -d

Documentation

About

simple backend implementation of task rabbit using jhipster lite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages