Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 605 Bytes

issue-management

issue-management

Based on Java, SpringBoot, Angular, PostgreSQL tech stack

Prerequisites

Ensure you have this installed before proceeding further

Java 8 or above Maven 3.3.9+ Node 12.9 or above, yarn 1.22.5 or above, vue-cli 4.5.6 or above

Navigate to PROJECT_FOLDER/webui (should contain package.json )

mvn install

build the project (this will put the files under dist folder)

npm build

start the project

npm start

Build Backend (SpringBoot Java)

Maven Build : Navigate to the root folder where pom.xml is present mvn clean install

Feel free to contribute 👋