Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knowledgefactory4u/quarkus-angular-mongodb-crud

Quarkus + Angular CRUD
https://github.com/knowledgefactory4u/quarkus-angular-mongodb-crud

angular10 crud-application mongodb quarkus

Last synced: 13 days ago
JSON representation

Quarkus + Angular CRUD

Awesome Lists containing this project

README

        

# 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