Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Quarkus + React JS + MongoDB CRUD Example
https://github.com/knowledgefactory4u/quarkus-reactjs-mongodb-crud

mongodb quarkus reactjs

Last synced: 21 days ago
JSON representation

Quarkus + React JS + MongoDB CRUD Example

Awesome Lists containing this project

README

        

# quarkus-reactjs-mongodb-crud

# Local Environment setup


Step1: Install JDK 11 - click here




Step2: Install eclipse - click here




Step3: Install ReactJS - 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 - npm start