Skip to content

knowledgefactory4u/quarkus-angular-mongodb-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-angular-crud

Local environment setup

Step1: Install JDK 11 - click here


Step2: Install eclipse - click here


Step3: Install Angular - click here


Step4: Install VS code - click here


Step5: Download/clone the source code - 


Step6: Install Apache Maven - click here


Step7: Install MongoDB - click here



Backend setup


Step8: Build application  jar file: mvn clean package


Step9: Start the application: java -jar quarkus-run.jar



Frontend setup


Step10: Download the dependencies using the following command - npm install


Step11: Run the frontend application - ng serve