https://github.com/knowledgefactory4u/spring-boot-mongo-angular-fullstack-dev
Spring Boot, Angular, Mongo DB - User management system
https://github.com/knowledgefactory4u/spring-boot-mongo-angular-fullstack-dev
angular10 crud-application mongodb spring-boot
Last synced: 6 months ago
JSON representation
Spring Boot, Angular, Mongo DB - User management system
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/spring-boot-mongo-angular-fullstack-dev
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2020-12-04T17:12:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T09:57:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T12:46:01.237Z (11 months ago)
- Topics: angular10, crud-application, mongodb, spring-boot
- Language: TypeScript
- Homepage: https://www.knowledgefactory.net/2021/09/spring-boot-angular-10-mongo-db-crud.html
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstackdevelopment
Backend Local setup:
```
Step 1: Download or clone the source code to a local machine.
Step 2: mvn clean install
Step 3: Run the application or mvn spring-boot:run
```
Frontend Local setup:
```
Step 1: The npm install installs all modules that are listed on package.json file and their dependencies
npm install
Step 2: Run the Frontend application
ng serve
```
Hit http://localhost:4200 link in a browser
UI