Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knowledgefactory4u/springboot3-mongodb-angular14-crud
Spring Boot 3 + MongoDB + Angular 14 CRUD Application Example
https://github.com/knowledgefactory4u/springboot3-mongodb-angular14-crud
angular14 crud mongodb spring-boot springboot3
Last synced: about 7 hours ago
JSON representation
Spring Boot 3 + MongoDB + Angular 14 CRUD Application Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot3-mongodb-angular14-crud
- Owner: knowledgefactory4u
- Created: 2023-01-14T11:00:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T16:20:37.000Z (about 1 year ago)
- Last Synced: 2023-10-19T17:29:51.660Z (about 1 year ago)
- Topics: angular14, crud, mongodb, spring-boot, springboot3
- Language: TypeScript
- Homepage: https://www.knowledgefactory.net/2023/01/spring-boot-3-mongodb-angular-14-crud-example.html
- Size: 209 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot 3 + MongoDB + Angular 14 CRUD Application Example
# After completing this tutorial what we will build?
We will build a full-stack web application that is a basic User Management Application with CRUD features:• Create User
• List User
• Update User
• Delete User
# List User
# Add User
# Update User
# Local Setup and Run the application
Step 1: Install Mongo DB - https://www.mongodb.com/docs/manual/installation/
Step 2: Download or clone the source code from GitHub to a local machine
# Backend
Step 3: ```mvn clean install```
Step 4: ```mvn spring-boot:run```
# Frontend
Step 5: ```npm install```
Step 6: ```ng serve```
# From the browser call the endpoint http://localhost:4200/.