https://github.com/knowledgefactory4u/usermanagementsystem-spring-mongo-angular
https://github.com/knowledgefactory4u/usermanagementsystem-spring-mongo-angular
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/usermanagementsystem-spring-mongo-angular
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-03-15T15:34:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T15:43:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T15:42:44.998Z (about 1 year ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usermanagementsystem-spring-mongoDB-angular
# User Interface

# Local Environment Setup
Step1: Install JDK 17 - click here
Step2: Install eclipse - click here
Step3: Install Angular - click here
Step4: Install VS code - click here
Step5: Download/clone source code - click here
Step6: Install Apache Maven - click here
Step7: Install MongoDB - click here
Backend setup
Step8: Execute the command - mvn clean install
Step9: Run the app as a Java application or execute mvn spring-boot:run
Frontend setup
Step10: The npm install installs all modules that are listed on package.json file and their dependencies - npm install
Step11: Run the Frontend application - ng serve