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