Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/quarkus-reactjs-mongodb-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2021-10-04T10:24:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T05:41:02.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T20:32:49.325Z (3 months ago)
- Topics: mongodb, quarkus, reactjs
- Language: JavaScript
- Homepage: https://www.knowledgefactory.net/2021/10/quarkus-react-js-mongodb-crud-example.html
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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